get_sheet_csv_attachment: Get text CSV for an existing attachment on a Smartsheet with...

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

get_sheet_csv_attachmentR Documentation

Get text CSV for an existing attachment on a Smartsheet with a specific sheet name

Description

Get text CSV for an existing attachment on a Smartsheet with a specific sheet name

Usage

get_sheet_csv_attachment(sheet_name, attachments_name)

Arguments

sheet_name

the target Smartsheet's exact sheet name

attachments_name

the target attachment exact file name

Value

returns text of csv

Examples

## Not run: 
get_sheet_as_csv("sheet_name", "atttachment.csv")

## End(Not run)

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