| check.file.args {metaseqR} | R Documentation |
Checks if a file exists for specific arguments requiring a file input. Internal use only.
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
# OK
check.file.args("file",system.file("metaseqr_report.html",
package="metaseqR"))
## Error!
#check.file.args("file",system.file("metaseqr_report.htm",
# package="metaseqR"))