view_in_spreadsheet: Helper function to view a dataset with default spreadsheet

View source: R/view_in_spreadsheet.R

view_in_spreadsheetR Documentation

Helper function to view a dataset with default spreadsheet

Description

View a dataset with default spreadsheet, taken and slightly adapted from: https://twitter.com/brodriguesco/status/1447468259725434886?s=20

Usage

view_in_spreadsheet(.data)

Arguments

.data

a dataset

Value

nothing

Examples

mtcars |>
view_in_spreadsheet()

library(magrittr)
mtcars %>%
view_in_spreadsheet()


maxbre/rfunctions documentation built on Nov. 19, 2022, 5:46 p.m.