forward: Convert back to forward slash

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/forward.R

Description

takes a path from the clipboard or as an argument and pushes to forwardslash

Usage

1

Arguments

x

(optional) string - if missing, pulls from clipboard

writeClipboard

return string to clipboard?

return

return string to R console?

Details

takes a path from the clipboard or as an argument and pushes to forwardslash


Revision History

1.2 2018-03-28 the other
1.1 2018-03-27 that
1.0 2018-03-26 this

Value

NULL or string

Author(s)

Jacob Strunk <jstrunk@fs.fed.us>

See Also

writeClipboard
readClipboard
gsub

Examples

1
2
3
 writeClipboard("C:\\temp\\hello")
 forward()
 forward("C:\\temp\\hello")

jstrunk001/NWScience2018 documentation built on May 17, 2019, 7:29 p.m.