ghfile | R Documentation |
Finds either a unique match in the list of files or throws an error with possible candidate files.
ghfile(x, n = 6, silent = FALSE, msg = "%s")
x |
character: a single file name |
n |
logical: if |
silent |
logical: if no (unique) match is found, then |
msg |
character: error message how to put the file name(s (default: |
the full matching file
ghfile("data/BANK2.sav")
if (interactive()) ghfile("data/BANK2.SAV") # throws an error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.