Learn R Programming

eatGADS (version 1.1.1)

export_tibble: Transform a GADSdat to a tibble

Description

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.

Usage

export_tibble(GADSdat)

Value

Returns a tibble.

Arguments

GADSdat

GADSdat object imported via eatGADS.

Details

This function is mainly intended for internal use. For further documentation see also write_spss.

Examples

Run this code
pisa_tbl <- export_tibble(pisa)

Run the code above in your browser using DataLab