directus_get | R Documentation |
get data from directus
directus_get(endpoint, query)
endpoint |
character. REST endpoint to get. Refer to the API reference. |
query |
list. list of optional global query parameters. |
utility function that calls directus_get_ with the default arguments. If you need more control over arguments, use directus_get_.
list. parsed content of httr return object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.