Displays a remote file

file_block(external_id, id = NULL)

Arguments

external_id

character, the external unique ID for this file.

id

character, A string acting as a unique identifier for a block. Default: NULL

Value

block_file class

Details

Available in surfaces: Messages

See also

Examples

file_block( external_id = 'ABCD1' )
#> { #> "type": "file", #> "external_id": "ABCD1", #> "source": "remote" #> }