View source: R/export_tibble.R
export_tibble | R Documentation |
GADSdat
to a tibble
haven
's read_spss
stores data together with meta data (e.g. value and variable labels) in a
tibble
with attributes on variable level. This function transforms a GADSdat
object to such a tibble
.
export_tibble(GADSdat)
GADSdat |
|
This function is mainly intended for internal use. For further documentation see also write_spss
.
Returns a tibble
.
pisa_tbl <- export_tibble(pisa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.