file_path | R Documentation |
Construct path to file without doubled separators
file_path(..., fsep = .Platform$file.sep)
... |
character vectors |
fsep |
the path separator to use |
character file path
file.path("files/", "data/", "cars.RData")
file_path("files/", "data/", "cars.RData")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.