-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
20 lines (20 loc) · 887 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: slasher
Type: Package
Title: Package facilitate copying and pasting paths between R and other applications on Windows
Version: 0.1.1
Author: Ethan Plunkett
Maintainer: Ethan Plunkett <ethan@plunkettworks.com>
Description: 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.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: utils
LazyData: true
OS_type: windows
RoxygenNote: 6.1.1