old_tonewword: old_tonewword function

Description Usage Arguments Details Examples

View source: R/old_tonewword.R

Description

To turn the oldpro into newword format.

Usage

1

Arguments

data

An oldpro format data frame.

where

A string. It will be added as the first column in newword.

Details

Notice that if there are no ';' in any cell in the data frame, this function will return a 0 row data frame without any error.

Examples

1
2
gym = read.csv("...") # gym is an oldpro file
gym_newword = old_tonewword(data = gym, where = "gym")

sw52099/ibuzz documentation built on May 19, 2019, 1:44 a.m.