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

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

fixPathR Documentation

helper function - removes the final slash at the end of a given string

Description

This function generates the initial itemwise aMNLFA models.

Usage

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

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

aMNLFA documentation built on March 18, 2022, 6:18 p.m.

Related to fixPath in aMNLFA...