pathFromClipboard: Convert Windows filepaths for R

View source: R/utilities-file.R

pathFromClipboardR Documentation

Convert Windows filepaths for R

Description

Converts the Windows-like path (using ⁠\⁠) from the clipboard to the form readable by R (using⁠ /⁠).

Usage

pathFromClipboard(path = "clipboard")

Arguments

path

Path that will be converted. If "clipboard" (default), path is queried from clipboard.

Value

String representation of a file path with / as separator.


esqLABS/esqlabsR documentation built on April 17, 2025, 10:51 a.m.