mcguinlu/pathformatr: Format File Paths To Be Platform-Independent

This package allows users to easily (re-)format standard file paths in here::here() or file.path() function calls to be platform-independent by separating the file path string into its component parts and then quoting and comma-separating each elements. This is particularly useful as it allows for users to complete file paths using RStudio's built-in auto-complete functionality, and then rapidly reformat the resulting path for use with here::here() or file.path(). For ease of use, an RStudio AddIn allows for the functionality to be mapped to a keyboard shortcut.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.1.0.900
URL https://github.com/mcguinlu/pathformatr
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("mcguinlu/pathformatr")
mcguinlu/pathformatr documentation built on Aug. 18, 2022, 11:39 a.m.