api_get | R Documentation |
Gets and flattens DATIM API query as dataframe.
api_get(
path,
d2_session,
retry = 1,
timeout = 60,
api_version = NULL,
verbose = FALSE,
quiet = TRUE
)
path |
Should begin with api/ and contain the query |
d2_session |
the d2Session object, default is "d2_default_session", it will be made upon logining in to datim with loginToDATIM |
retry |
number of times to try in case of failure, default will not try again |
timeout |
how long should a reponse be waited for |
api_version |
defaults to current but can pass in version number |
verbose |
return raw content with data |
quiet |
Echo the URL which is called to the console. |
Result of DATIM API query returned as named list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.