tidy_cleaned_trips: Tidy the 'cleaned trips' data.frame into a sf object.

Description Usage Arguments Value

View source: R/utils_tidy_data.R

Description

Tidy the 'cleaned trips' data.frame into a sf object.

Usage

1
2
3
4
5
tidy_cleaned_trips(
  cleaned_trips,
  project_crs = 4326,
  smallest_rounding_digit = 2
)

Arguments

cleaned_trips

a data.table output from 'query_cleaned_trips()'.

project_crs

a EPSG code. Default as 4326.

smallest_rounding_digit

an integer value.

Value

a spatial data.frame of class sf.


asiripanich/emdash documentation built on Sept. 23, 2021, 7:20 p.m.