Copy files and create folders from lists of source and target paths.
Source:R/build.R
copy_files.Rdcopy_files copies files from source to corresponding target paths.
create_folders creates folders at the given target paths.
Usage
copy_files(source_paths, target_paths, base_dir = ".")
create_folders(target_paths, base_dir = ".")See also
Other build-dev:
as_filename(),
construct_app_metadata(),
create_rprofile(),
create_rproject(),
get_latest_entry(),
get_valid_opts(),
in_tmp_env(),
open_doc_and_wait(),
open_with_application(),
set_project_paths(),
str_to_filename(),
truncate_string(),
validate_id(),
validate_status(),
write_app_metadata()