refreshr | R Documentation |
Create refreshable dataframes/tables that automatically pull in data from an (internet) data source and transform the data (if neccessary) so that the user of your dataset does not have to worry about where to get the data from and how to update it.
Functions available:
make_refreshable()
: Makes
a dataframe/table refreshable.
refresh()
: Refreshes a
dataframe/table.
is.refreshr()
: Checks if a
dataframe/table is set up as refreshable.
uptodate()
:
Checks if a refreshable dataframe/table is up to date compared to the remote
data source.
properties()
: Prints or returns the main
properties of a refreshable dataframe/table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.