create_path | R Documentation |
soft-deprecated
create_path()
combines a directory, filename, and file extension into
an expanded and tidied path.
create_path(directory, file_name = NULL, ext = NULL)
directory |
The path to a directory; optionally, the full path can be
supplied here, in which case |
file_name |
The name of the file of interest; may be left |
ext |
The file extension to add to the path; may be left |
create_path()
is now soft-deprecated in favor of
path_create()
, which is a re-implementation that
follows fs naming conventions, allows both User- and R-
based home directories, and relies on path()
to
combine arbitrary path components given in ...
.
An fs_path
, which is a character vector with additional attributes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.