read_hystreet_csv: Read downloaded data from the hystreet webpage to data.frames

View source: R/read_hystreet_csv.R

read_hystreet_csvR Documentation

Read downloaded data from the hystreet webpage to data.frames

Description

Read downloaded data from the hystreet webpage to data.frames

Usage

read_hystreet_csv(path, ...)

Arguments

path

character (required): path to the downloaded csv file

...

(optional): arguments passed to utils::read.csv2()

Value

data.frame with parsed data from hystreet API

Function version

0.0.1

Author(s)

Johannes Friedrich

Examples

## Not run: 
## read data from downloaded csv file data
df <- hystReet::read_hystreet_csv("~/Downloads/hystreet.csv")

 
## End(Not run)

hystReet documentation built on Nov. 27, 2022, 5:05 p.m.