Learn R Programming

BANEScarparkinglite (version 0.1.2)

get_all_crude: Download all raw records from Bath: Hacked datastore

Description

Reads the entire CSV file found on the Bath: Hacked datastore (http://bit.ly/2i3Y1uF). The data frame created can subsequently be updated using refuel_crude. Warning: The file is very large! This may take a while to run, depending on your internet connection.

Usage

get_all_crude()

Arguments

Value

The full dataset of car parking records

See Also

Examples

Run this code
# NOT RUN {
raw_data <- get_all_crude()

str(raw_data)
# }

Run the code above in your browser using DataLab