Description Usage Arguments Author(s) Examples
View source: R/metaseqr.argcheck.R
Checks if a file exists for specific arguments requiring a file input. Internal use only.
1 | check.file.args(arg.name, arg.value)
|
arg.name |
argument name to display in a possible error. |
arg.value |
the filename to check. |
Panagiotis Moulos
1 2 3 4 5 6 | # OK
check.file.args("file",system.file("metaseqr_report.html",
package="metaseqR"))
## Error!
#check.file.args("file",system.file("metaseqr_report.htm",
# package="metaseqR"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.