Learn R Programming

ProjectTemplate (version 0.6)

default.config: Default configuration

Description

This list stores the configuration used for missing items in the configuration of the current project.

Usage

default.config

Arguments

Format

List of 11
 $ version                  : chr "0.5"
 $ data_loading             : chr "TRUE"
 $ cache_loading            : chr "TRUE"
 $ recursive_loading        : chr "FALSE"
 $ munging                  : chr "TRUE"
 $ logging                  : chr "FALSE"
 $ load_libraries           : chr "FALSE"
 $ libraries                : chr "reshape, plyr, ggplot2, stringr, lubridate"
 $ as_factors               : chr "TRUE"
 $ data_tables              : chr "FALSE"
 $ attach_internal_libraries: chr "TRUE"