as_tibble: as_tibble

as_tibbleR Documentation

as_tibble

Description

as_tibble

Convert dictionary object to a 'tibble'

Usage

## S3 method for class 'dictionary'
as_tibble(
  x,
  n = length(x),
  include_other = TRUE,
  code_sep = ifelse(interactive(), "|", "\n"),
  ...
)

Arguments

x

A 'dictionary' object.

n

Numeric, the number of rows to convert.

include_other

If 'TRUE', other variables with be included in the tibble.

code_sep

The separator used between codes and values.


iNZightTools documentation built on Oct. 12, 2023, 5:06 p.m.