fixPath: helper function - removes the final slash at the end of a...

Description Usage Arguments Value Examples

View source: R/fixPath.R View source: R/aMNLFA_sample.R

Description

This function generates the initial itemwise aMNLFA models.

Usage

1
fixPath(somecharacter)

Arguments

somecharacter

The aMNLFA object (created using the aMNLFA.object function) which provides instructions for the function.

Value

outcharacter - string with slash at the end deleted

Examples

1
2
3
 wd <- tempdir()
 first<-paste0(system.file(package='aMNLFA'),"/examplefiles")
 fixPath(first)

vtcole/aMNLFA documentation built on Nov. 7, 2021, 6:11 p.m.