For get_header_input_files and get_header_output_files, file paths are split by new lines, commas, and semicolons.

get_header_name(path = NULL)

get_header_all_names(path = NULL)

get_header_timestamp(path = NULL)

get_header_version(path = NULL)

get_header_copyright(path = NULL)

get_header_purpose(path = NULL)

get_header_input_files(path = NULL, use_previous_dir = FALSE)

get_header_output_files(path = NULL, use_previous_dir = FALSE)

Arguments

path

a file path to an R script. Defaults to the path of the source editor context.

use_previous_dir

logical indicating whether to append previous directory to file names (defaults to FALSE).

Value

character vector of requested header item.