View source: R/utils_exported.R
convert_file_path_to_windows_format | R Documentation |
Convert a file path to windows format by turning forward slashes '/' to backslashes '\'
convert_file_path_to_windows_format(.file.path)
.file.path |
a unix style file path |
print(getwd())
convert_file_path_to_windows_format(getwd()) %>% print
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.