refresh.outputplan | R Documentation |
Reloads outputplan_study.csv file and applies canonical formatting changes.
refresh.outputplan( loadplan = TRUE, filename = "outputplan.csv", pos = 1, envir = as.environment(pos) )
loadplan |
logical; if TRUE then it loads from the filename |
filename |
common_root.pdf or common_root.csv |
pos |
used internally by some functions |
envir |
used internally by some functions |
Ensure all columns are read in as character vectors. Ensure all missing entries are replaced with blank character string. Ensure all escape characters for carrige returns are respected. Grabs the 'modified time' from file attributes associated with .csv files named in the outputplan.
This function returns a data.frame.
Greg Cicconetti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.