intoOne: intoOne Function

Description Usage Arguments Value Examples

View source: R/intoOne.R

Description

This function is some very simple code that put all the datafiles in one dataset.

Usage

1
intoOne(name, path)

Arguments

name

A string for the name of questionnaire.

path

A string for the path of dataset file.

Value

An object with both raw and scored data.

Examples

1
2
3
4
5
6
7
8
 ## Not run: 
    BBSIQ <- intoOne('BBSIQ','~/active_data/')
   
## End(Not run)
 ## Not run: 
    intoOne('All','~/active_data/')
   
## End(Not run)

Diheng/MTScorer documentation built on May 21, 2020, 11:01 p.m.