read_labelled: Imports Data Frame from Excel File with Variable and Value...

Description Usage Arguments Examples

View source: R/read_labelled.R

Description

Imports Data Frame from Excel File with Variable and Value Labels

Usage

1
read_labelled(file, data.sheet = 1, vars.sheet = 2, ...)

Arguments

file

Excel workbook with two sheets: for data and dictionary

data.sheet

Name or number of sheet that contains data

vars.sheet

Name or number of sheet that contains data dictionary

...

Additional parameters to readxl::read_excel() function

Examples

1
2
# read_labelled("example.xlsx")
# read_labelled("example.xlsx", "Data View", "Variable View")

alex-vinogradov/readlab documentation built on July 23, 2020, 9:50 a.m.