replace_sheet_attachment: Replace an existing attachment file on a Smartsheet with a...

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

replace_sheet_attachmentR Documentation

Replace an existing attachment file on a Smartsheet with a new file

Description

Replace an existing attachment file on a Smartsheet with a new file

Usage

replace_sheet_attachment(sheet_name, file_path, attachment_name)

Arguments

sheet_name

the target Smartsheet's exact sheet name

file_path

the path to the file that will overwrite the existing attachment

attachment_name

the name of the attached file to replace

Value

returns nothing

Examples

## Not run: 
replace_sheet_attachment("sheet_name","a_folder/maybe_another_folder/attachment_name.csv", "other_attachment_name.csv")

## End(Not run)

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