copy_to_clipboard: A function to update my .Rprofile from a version on Github

Description Usage Arguments Details Examples

View source: R/copy_to_clipboard.R

Description

A function to update my .Rprofile from a version on Github

Usage

1
copy_to_clipboard(data.input, row.names.input = FALSE)

Arguments

data.input

data.frame. Data frame desired to by moved outside of R

row.names.input

logical. Should row names be included in in the output data frame. Defaults to FALSE.

Details

This function takes a data frame and copies it to the computer clipboard, allowing user to paste the data into excel, word, email, etc.

Examples

1
2
3

mleary/learylib documentation built on Sept. 6, 2020, 9:19 p.m.