refreshr {refreshr} | R Documentation |
Package 'refreshr'
Description
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.
[Package refreshr version 0.1.0 Index]