Description Usage Arguments Value Methods (by class) Examples
The method copies or moves the decrypted dbgap phenotype files to the project directory. The copied files are organized by study accessions. It is called by the searchCopyPhenoFiles
function.
1 2 3 4 5 | copyUserFile(object, userFile, ...)
## S4 method for signature 'Commons,character'
copyUserFile(object, userFile = "", ...,
copyOrMove = "copy", overwrite = F)
|
object |
Commons class object |
userFile |
a character string. The path to decrypted dbGaP phenotype file. |
... |
There are optional arguments. |
copyOrMove |
a character string. (optional) If the input string is 'copy' (default), copies the file from a user directory to the project directory. Movis the file if the input string is 'move'. |
overwrite |
a logical value. (optional) If TRUE, overwrites the file if it already exists in the prject directory; Skip copy if FALSE (default). |
(invisible) a character list. The meta-info of copied files.
object = Commons,userFile = character
: of class Commons
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.