construct.file.path | R Documentation |
Constructs a complete file path using either provided manual file name and directory or defaults to processing a given filename and using the current working directory.
construct.file.path(
filename = NULL,
suffix = NULL,
extension = NULL,
manual_file_name = NULL,
manual_directory = NULL,
v = TRUE
)
filename |
The base file name to process. Default: NULL. |
suffix |
The file name suffix to be appended. Default: NULL. |
extension |
The file extension to be appended. Default: NULL. |
manual_file_name |
An optional manual specification for the file name. Default: NULL. |
manual_directory |
An optional manual specification for the directory. Default: NULL. |
v |
verbose Print path? Default: TRUE. |
A string representing the constructed file path.
construct.file.path(
filename = "report", manual_file_name = NULL, manual_directory = NULL,
extension = "txt"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.