df_to_clipboard: Copy a dataframe to the clipboard.

View source: R/uncategorized_tools.R

df_to_clipboardR Documentation

Copy a dataframe to the clipboard.

Description

Copy a dataframe to the clipboard.

Usage

df_to_clipboard(df, row.names = FALSE, col.names = TRUE, ...)

Arguments

df

The data frame you want to put on the clipboard

row.names

Indicates whether you want to copy the row names as well, default is FALSE.

col.names

Indicates whether you want to copy the column names as well, default is TRUE.

Examples

df_to_clipboard(mtcars)

mark-me/graydon.package documentation built on Nov. 14, 2023, 5:31 p.m.