csv_to_sheet_in_folder: Create New Smartsheet in Folder with Specific ID

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

csv_to_sheet_in_folderR Documentation

Create New Smartsheet in Folder with Specific ID

Description

Create New Smartsheet in Folder with Specific ID

Usage

csv_to_sheet_in_folder(file_path, folder_id, all_text_number = FALSE)

Arguments

file_path

a path which locates the csv and provides the name

folder_id

a string or numeric that exactly matches the target folder ID

Value

returns nothing

Examples

## Not run: 
csv_to_sheet_in_folder("a_folder/maybe_another_folder/sheet_name.csv", 123456789)
csv_to_sheet_in_folder("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.