| convert_to_filelist | R Documentation | 
helper function to crawl over the target location, determine if it is a file or folder, then locate all .inp files, and convert them to absolute paths
convert_to_filelist(target, filefilter = NULL, recursive = FALSE)
| target | a character vector where each element is a directory containing Mplus input files (.inp) to run OR a single .inp file to be run. Elements may be a full path, relative path, or a filename within the working directory. | 
| filefilter | An optional PCRE expression for filtering input files of interest | 
| recursive | if TRUE, search for .inp files in subfolders of all elements of  | 
A vector of .inp file locaitons
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.