statsf: Creating station shapefile

View source: R/statsf.R

statsfR Documentation

Creating station shapefile

Description

Takes in station latitudes and longitudes and transforms them into a shapefile, removing all the stations with NA data and outside of the Chicago city boundary

Usage

statsf(df)

Arguments

df

A cleaned month dataframe from the divvymos package

Value

pts_sf

The point layer of stations converted to a shapefile

Author(s)

Christopher Cebra

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

ccebra/Divvy-Data documentation built on June 12, 2022, 1:50 a.m.