Skip to contents

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

  • codes instead of labels

  • tidy_time = TRUE

  • variables as factors

Usage

ptt_data_robo(..., labels = TRUE)

ptt_data_robo_l(..., labels = TRUE)

ptt_data_robo_c(..., labels = FALSE)

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.

Examples

if (FALSE) {
  ptt_data_robo("StatFin/asu/asvu/statfin_asvu_pxt_11x4.px") |> head()
}