csv_to_sheet: Create New Smartsheet

View source: R/Smartsheet-R-sdk.R

csv_to_sheetR Documentation

Create New Smartsheet

Description

Create New Smartsheet

Usage

csv_to_sheet(file_path, all_text_number = FALSE)

Arguments

file_path

a path which locates the csv and provides the name

Value

returns nothing

Examples

## Not run: 
csv_to_sheet("a_folder/maybe_another_folder/sheet_name.csv", 123456789)
csv_to_sheet("a_folder/maybe_another_folder/sheet_name.csv", "123456789")

## End(Not run)

elias-jhsph/rsmartsheet documentation built on April 27, 2024, 3:14 p.m.