The function was not recognized by auto completion, so I run a command for documentation:
?describe
and got the following output:
No documentation for ‘describe’ in specified packages and libraries:
you could try ‘??describe’
When I ran ??describe I got the following output:
Help pages:
dbplyr::db_connection_describe Miscellaneous database generics
dplyr::dim_desc Describing dimensions
httr::oauth_endpoint Describe an OAuth endpoint.
grid::arrow Describe arrows to add to a line.
grid::grobWidth Create a Unit Describing the Width of a Grob
grid::grobX Create a Unit Describing a Grob Boundary Location
grid::stringWidth Create a Unit Describing the Width and Height of a String or Math Expression
Any ideas what's wrong?
Thanks.