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

Examples

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

alex-vinogradov/readlabelled documentation built on July 26, 2020, 7:21 a.m.