ask_tod: Ask data to Trentino Open Data!

Description Usage Arguments Value Examples

Description

dati.trentino.it is one of the most complete open data portal in europe, and now you can easily discover and use

Usage

1
ask_tod(query, pack_sel = NULL, res_sel = NULL, rows = 100, ...)

Arguments

query

A text input to search and download data

pack_sel

Package selection. Custom parameter to override, force or set default package

res_sel

Resource selection. Custom parameter to override, force or set default resource

rows

Number of rows to be returned from the query

...

Additional parameters to further customize behaviour

Value

A dataset if everything goes ok

Examples

1
2
3
4
5
6
## Not run: 
dat <- ask_tod('nati')
dat <- ask_tod('nati', pack_sel = 1)
dat <- ask_tod('dipendenti', pack_sel = 24, res_sel = 2)

## End(Not run)

Trento-R-User-Group/RUTrentoOpenData documentation built on May 9, 2019, 5:13 p.m.