copy_textfile_to_clipboard: copy_textfile_to_clipboard

Description Usage Arguments Examples

View source: R/strings.R

Description

This function takes the path to a textfile as a character string and reads it into the Windows or Mac clipboards only.

Usage

1

Arguments

mytextfile

Path to a text file as a character string

Examples

1
2
myfile <- "data/textfile.txt"
copy_textfile_to_clipboard(myfile)

smach/rmiscutils documentation built on Dec. 15, 2021, 1:49 a.m.