Learn R Programming

aMNLFA (version 1.1.2)

fixPath: 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

Run this code
# NOT RUN {
 wd <- tempdir()
 first<-paste0(system.file(package='aMNLFA'),"/examplefiles")
 fixPath(first)
# }

Run the code above in your browser using DataLab