fetch_api_data: FecthApiData

Description Usage Arguments Details Value References

View source: R/fetch_data.R

Description

fecting the json data from the given url

Usage

1
fetch_api_data(url = get_url(), limit = 200, offset = 0)

Arguments

url

The url of our api from where we fetch data

limit

It tells the number of observation to get from api

offset

The number of json pages to load from the api

Details

FetchingData

Value

It return a dataframe having the data from api and cleaned

References

"https://data.montgomerycountymd.gov/resource"


zahrajalilpour292/ApiPkgLab documentation built on Jan. 1, 2021, 1:49 p.m.