refresh.outputplan {figuRes2}R Documentation

Refresh the Output Plan

Description

Reloads outputplan_study.csv file and applies canonical formatting changes.

Usage

refresh.outputplan(
  loadplan = TRUE,
  filename = "outputplan.csv",
  pos = 1,
  envir = as.environment(pos)
)

Arguments

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

Details

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.

Value

This function returns a data.frame.

Author(s)

Greg Cicconetti


[Package figuRes2 version 1.0.0 Index]