get_substring_filepath: Returns the list of file extensions used for filtering files...

View source: R/config.R

get_substring_filepathR Documentation

Returns the list of file extensions used for filtering files to remove.

Description

This function returns the list of file extensions that will be used for filtering files specified in the input parameter 'config_file'. The input, 'config_file' must be a parsed configuration file. The function will inform the user if the list of file extensions exists in the parsed configuration file, 'config_file'.

Usage

get_substring_filepath(config_file)

Arguments

config_file

The parsed configuration file obtained from parse_config.

Value

The list of file extensions to remove.


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.