assign_missing_params: Assign missing params

Description Usage Arguments Note See Also

View source: R/assign_missing_params.R

Description

The framework project needs some parameters specified in the file 'params.R'. For some parameters it is possible to comment out. This function will check those missing parameters and set their default (FALSE or NULL).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
assign_missing_params(optional_objects_null = c("symlink_dir_figure",
  "symlink_dir_docs", "symlink_dir_input", "target_dir_data", "listofdf",
  "data_extension", "tree_directory", "filepath_tree", "filepath_log",
  "filepath_session_info", "filepath_warnings", "Rplots_device",
  "filepath_image", "filepath_pkg_bib", "autobranch"),
  optional_objects_false = c("rename_symlink_figure",
  "rename_symlink_docs", "rename_symlink_input", "rebuild_target_dir_data",
  "rebuild_figures", "include_hidden_tree", "quiet_processing",
  "summarize_session_info", "summarize_df", "summarize_memory",
  "summarize_log", "summarize_git", "summarize_tree",
  "summarize_warnings"), pos)

Arguments

optional_objects_null

Character vector. Specify optional parameters that should be NULL if missing.

optional_objects_false

Character vector. Specify optional parameters that should be FALSE if missing.

pos

Passed on to 'base::assign'.

Note

This function is not intended to be run by the user.

See Also

assign


sachserf/repres documentation built on May 29, 2019, 12:21 p.m.