read_nemss: Import and Clean Qualtrics NEMS_S Dataset

View source: R/nems_s.R

read_nemssR Documentation

Import and Clean Qualtrics NEMS_S Dataset

Description

This function takes the output of the Qualtrics survey and returns it as a cleaned R dataframe.

Usage

read_nemss(file)

Arguments

file

The data file retrieved from the Qualtrics survey.

Value

A cleaned R dataframe with availability values and cost values for each variable.

Examples

file <- system.file("extdata", "example_nems.sav", package = "nemsr")
read_nemss(file)


byu-transpolab/nemsr documentation built on Feb. 10, 2023, 11:24 p.m.