get_ft {ftDK}R Documentation

Get data from the API

Description

Get data from the API

Usage

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


## Not run: 
library(ftDK)
see_endpoints()
ft_data  <- get_ft("afstemning")
ft_data

## End(Not run)

[Package ftDK version 1.0 Index]