refuel: Add new processed records from Bath: Hacked datastore

Description Usage Arguments Value See Also Examples

View source: R/add_records.R

Description

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

Usage

1
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

1
2
3
4
5
6
7
8
## Not run: 
raw_data <- get_all_crude()
df <- refine(get_all_crude)

# Some time later, add most recent records
df <- refuel(df)

## End(Not run)

owenjonesuob/BANEScarparking documentation built on April 21, 2020, 10:15 a.m.