For the "Insert Relative Directory Path" RStudio Addin. Inserts the relative path to the directory containing the active source document. If text is selected, this text is assumed to be a file inside that directory and is appended to the path. The "Insert Absolute Directory Path" Rstudio Addin does the same but provides the absolute path to the active source document.
insert_path_dir_active(relative = TRUE) insert_path_dir_active_abs()
relative | Should the path be relative to the current working directory? |
---|