bwg_get | R Documentation |
At present this is very general, since perhaps we will only ever get whole tables?
bwg_get(dataname, opts = NULL, to_dataframe = TRUE)
dataname |
the name of the dataset you want (e.g. "species") |
opts |
list of named options for the different API routes. |
to_dataframe |
logical, should the response be converted to a data frame? Default is TRUE. If FALSE, the raw content of the response is returned as text. |
a data.frame containing one whole table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.