Description Usage Arguments Value Examples
View source: R/conversion_functions.R
This function will convert a gem-formatted file to standard APL model output, and optionally, save as a new file in same path
1 | convert_gem_file_to_standard_format(fname, writefile = F)
|
fname |
string path to filename to convert |
writefile |
default is FALSE, use TRUE to write to file (in same path) |
Either returns the converted data frame if writefile=FALSE, otherwise, returns the name of the newly written file
1 2 | convert_gem_file_to_standard_format("gemfile.csv")
convert_gem_file_to_standard_format("gemfile.csv", writefile=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.