get_ft: Get data from the API

Description Usage Arguments Value Examples

View source: R/functions.R

Description

Get data from the API

Usage

1
get_ft(endpoint)

Arguments

endpoint

is the endpoint in the API that you want data from.

Value

a data frame with the data requested

Examples

1
2
3
4
5
6
7
## Not run: 
library(ftDK)
see_endpoints()
ft_data  <- get_ft("afstemning")
ft_data

## End(Not run)

ftDK documentation built on May 2, 2019, 5:56 a.m.