Description Usage Arguments Value See Also Examples
Update data frame of raw records with any records that have since been added to the Bath: Hacked datastore.
1  | refuel_crude(x)
 | 
x | 
 The data frame of raw records from the Bath: Hacked datastore (see
  | 
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
1 2 3 4  | raw_data <- get_all_crude()
# Some time later...
raw_data <- refuel_crude(raw_data)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.