fishing: Reading A Dataframe From The datalake API

Description Usage Arguments Value Examples

View source: R/fishing.R

Description

This function read directly into R a specific datafile by the mean of its unique ID and millesime.

Usage

1
fishing(datafileid, millesime = NULL)

Arguments

datafileid

the unique identifier of the individual dataframe to read into R.

millesime

the millesime of the datafile. Default is the last one

Value

a dataframe

Examples

1
2
3
## Not run: 
fishing(datafileid = "6d031ea5-d1e0-4bd6-82de-1bc3e14acdf2", millesime = "2019-06")
## End(Not run)

MaelTheuliere/datalaker documentation built on Feb. 8, 2020, 1:11 a.m.