getfd | R Documentation |
Return full path to current file directory
getfd(
on.error = stop("No file sourced. Maybe you're in an interactive shell?", call. =
FALSE),
winslash = "/"
)
on.error |
Expression to use if the current file directory cannot be determined. In that case, |
winslash |
Path separator to use for windows |
Current file directory as string
getfd(on.error = getwd())
## Not run:
getfd()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.