print_df_as_call_to_tibble: Print a data frame to the console for copying and pasting to...

View source: R/utils.R

print_df_as_call_to_tibbleR Documentation

Print a data frame to the console for copying and pasting to a call to tibble()

Description

Convenience function

Usage

print_df_as_call_to_tibble(df)

Arguments

df

A data frame

Value

NULL.

Examples

print_df_as_call_to_tibble(head(iris))

rmgpanw/rawutil documentation built on May 20, 2022, 1:29 a.m.