ethanplunkett/slasher: Package facilitate copying and pasting paths between R and other applications on Windows

This package allows you to fairly easily copy a path from Windows Explorer or other Windows applications that use backslashes (\) as the deliminator and paste into R which uses either forward slashes (/) or an escaped backslash (\\). To use it one would copy a path, call either fslash() or bslash() to convert the path in the clipboard and then paste. Additionally, there is a function winopen() for opening files and folders with Windows Explorer or the application associated with the target file in Windows.

Getting started

Package details

AuthorEthan Plunkett
MaintainerEthan Plunkett <ethan@plunkettworks.com>
LicenseMIT + file LICENSE
Version0.1.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("ethanplunkett/slasher")
ethanplunkett/slasher documentation built on Sept. 27, 2022, 3:37 p.m.