Upload html document (e.g., generated from quarto)
Usage
document_create_from_html(
path,
template_id = NULL,
folder_id = NULL,
tags = NULL,
attachment = NULL,
api_key = get_api_key()
)
Arguments
- path
html document to be uploaded
- template_id
document id of the RSpace template used
- folder_id
folder_id in which the document will be created (can be a notebook)
vector of tags to apply to the document
- attachment
attachment to attach to one of the fields, e.g.,
list(field = 7, path = "file.txt")
- api_key
RSpace API key