Learn R Programming

BANEScarparkinglite (version 0.1.2)

refuel: Add new processed records from Bath: Hacked datastore

Description

Update data frame of records already processed with refine with any records that have since been added to the Bath: Hacked datastore.

Usage

refuel(x, max_prop = 1.1, first_upload = FALSE)

Arguments

x

The result of calling refine on the data frame of records from the Bath: Hacked datastore (see get_all_crude).

max_prop, first_upload

See refine.

Value

The data frame updated with any more recent records.

See Also

Examples

Run this code
# 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