dir_fn: Create a directory path pointing function

View source: R/utils_file_io.R

dir_fnR Documentation

Create a directory path pointing function

Description

Create a directory path pointing function

Usage

dir_fn(base_dir)

Arguments

base_dir

(chr) the base directory to which the path should point

Value

(fun) with pointing function using path

See Also

Other file IO: col_types(), dep_read(), dep_write(), dirs, ext(), file_fn(), is_filepath(), last_updated(), list.files2(), load_obj(), make_names(), mkpath(), move_files_to_folder(), needs_update(), object_fn(), object_write(), package_size(), write_dir_fn(), write_lines()

Examples

dir_fn("data")("random_data", "file", ext = "txt")

yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.