copy_by_list: Move files based on a list

View source: R/MDOP.R

copy_by_listR Documentation

Move files based on a list

Description

# This function moves a group of selected files based on a nsupplied list by the user.

Usage

copy_by_list(target_dir, file_list)

Arguments

target_dir

A string with a path for a target file folder. ie. "C:/A_file"

file_list

A string with a path for a target file containing . ie. "C:/A_file"

Details

The function will operate with or without an argument in a Windows or Apple OS environment.

Value

There are no values returned and results of move_by_list are printed to screen and are evident through the creation of a file containing files based on the selected list.

Note

This function was created and tested using Ver. 3.5.1; R Core Team 2018 It was tested on the operating systems Windows 7 and 10, Mac OS Mojave Version 10.14.6 Aside from base functions for this R version no other packages were utilizied

Author(s)

Written by Rob Young and Jiaojia Yu at the University of Guelph in Ontario Canada, October 2019

References

https://github.com/HannerLab Young, R. G., Yu, J., Cote, M. J., Hanner, R. H. (Submitted January 2020). The Molecular Data Organization for Publication (MDOP) R package to aid the upload of data to shared databases. Biodiversity Data Journal.

See Also

target_file_list() recursive_copy() max_packs() copy_by_list() degap() rank_seq() head_derep() seq_derep() multi_to_single_fasta()


rgyoung6/MDOP documentation built on March 14, 2024, 5:23 p.m.