set_smart_working_folder: Set a working folder in Smartsheet with a folder ID

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

set_smart_working_folderR Documentation

Set a working folder in Smartsheet with a folder ID

Description

Set a working folder in Smartsheet with a folder ID

Usage

set_smart_working_folder(folder_id)

Arguments

folder_id

a string or numeric that exactly matches the target folder ID

Value

if this function works it returns nothing

Examples

## Not run: 
set_smart_working_folder("123456789")
set_smart_working_folder(123456789)

## End(Not run)

elias-jhsph/rsmartsheet documentation built on Sept. 30, 2023, 3:45 a.m.