copy_directory_structure: Creates intermediate directory structure for relative_path.

View source: R/local_utils.R

copy_directory_structureR Documentation

Creates intermediate directory structure for relative_path.

Description

Create all the intermediate directories required for relative_path to exist within destination_directory. This assumes that relative_path is a directory located within root_dir.

Usage

copy_directory_structure(destination_directory, relative_path)

Arguments

destination_directory

(str): root of the destination directory where the directory structure will be created.

relative_path

(str): relative path that will be created within destination_directory


DyfanJones/sagemaker-r-local documentation built on June 14, 2022, 10:32 p.m.