powered by
Update data frame of raw records with any records that have since been added to the Bath: Hacked datastore.
refuel_crude(x)
The data frame of raw records from the Bath: Hacked datastore (see get_all_crude).
get_all_crude
The data frame updated with any more recent records.
get_all_crude for obtaining data frame of raw records
refuel for updating data already processed with refine
refuel
refine
# NOT RUN { raw_data <- get_all_crude() # Some time later... raw_data <- refuel_crude(raw_data) # }
Run the code above in your browser using DataLab