read_hystreet_csv {hystReet} | R Documentation |
Read downloaded data from the hystreet webpage to data.frames
read_hystreet_csv(path, ...)
path |
character (required): path to the downloaded csv file |
... |
(optional): arguments passed to |
data.frame with parsed data from hystreet API
0.0.1
Johannes Friedrich
## Not run:
## read data from downloaded csv file data
df <- hystReet::read_hystreet_csv("~/Downloads/hystreet.csv")
## End(Not run)