oy_clean: Clean Oyster journey history data

Description Usage Arguments Value Examples

View source: R/handle.R

Description

Process a data.frame object containing Oyster journey history data. Could be a raw file as received by email from Transport for London or the output from oy_read().

Usage

1

Arguments

x

A data.frame object containing Oyster journey history.

Value

A data.frame objectwith 13 columns and as many rows as journeys.

Examples

1
2
3
4
5
## Not run: 
my_df <- oy_read("path/to/folder/")
my_df_clean <- oy_clean(my_df)

## End(Not run)

matt-dray/oystr documentation built on Jan. 20, 2021, 6:43 a.m.