tbl_edit: Edit Data

View source: R/utils.R

tbl_editR Documentation

Edit Data

Description

Edit Data

Usage

tbl_edit(
  data,
  override_common_group = F,
  file_path = NULL,
  folder = NULL,
  file_name = NULL
)

Arguments

data

data frame

file_path

if not 'NULL' a filepath to save the file

folder

folder to save the file

file_name

file name

Examples

tbl_edit(data = iris, file_path = "Desktop/test",  file_name = "iris")
tbl_edit(data = iris, file_path = "Desktop",  file_name = "iris")

abresler/asbtools documentation built on July 28, 2022, 11:04 p.m.