| foundry_file_get | R Documentation |
Retrieve a Microsoft Foundry file
foundry_file_get(
file_id,
api_key = NULL,
token = NULL,
endpoint = NULL,
api_version = NULL
)
file_id |
Character. File ID to retrieve. |
api_key |
Character. Optional API key override. |
token |
Character. Optional bearer token override. |
endpoint |
Character. Optional endpoint override. |
api_version |
Character. Optional API version query value. |
A one-row tibble with file metadata.
## Not run:
# Requires a configured Azure endpoint, credentials, and an uploaded file ID.
foundry_file_get("file_abc123")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.