Learn R Programming

BANEScarparkinglite (version 0.1.2)

refuel_crude: Add new raw records from Bath: Hacked datastore

Description

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

Usage

refuel_crude(x)

Arguments

x

The data frame of raw records from the Bath: Hacked datastore (see get_all_crude).

Value

The data frame updated with any more recent records.

See Also

Examples

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