Learn R Programming

ftDK (version 1.0)

get_ft: 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

Run this code


library(ftDK)
see_endpoints()
ft_data  <- get_ft("afstemning")
ft_data

Run the code above in your browser using DataLab