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