ptt_data_robo: Get Data with robonomistClient in PTT Format

View source: R/ptt_data.R

ptt_data_roboR Documentation

Get Data with robonomistClient in PTT Format

Description

Uses robonomistClient::data_get to get data from robonomist, but with PTT formating:

  • tidy_time = TRUE

  • variables as factors

Usage

ptt_data_robo(..., labels = TRUE)

ptt_data_robo_l(..., labels = TRUE)

ptt_data_robo_c(..., labels = FALSE)

ptt_data_robo_b(...)

Arguments

...

Arguments to data_get. see data

labels

A logical whether to get labels or codes.

Functions

  • ptt_data_robo_l(): With labels TRUE.

  • ptt_data_robo_c(): With labels FALSE.

  • ptt_data_robo_b(): Both labels and codes.

Examples

## Not run: 
  ptt_data_robo("StatFin/asu/asvu/statfin_asvu_pxt_11x4.px") |> head()

## End(Not run)

pttry/pttrobo documentation built on March 5, 2025, 6:36 p.m.