creates a shortcut.
Usage
Shortcut_create(
vault_id,
vault_path,
target,
tags = list(),
conn = get_connection()
)Arguments
- vault_id
a Vault ID as a string (e.g. "19").
- vault_path
a Vault path, as a string (e.g. "/d1/d2/foo.csv")
- target
named list. Only relevant when
object_typeisshortcut. Must containobject_type. Whenobject_typeisurlthen the second field must beurl. For otherobject_typesidshould be provided. Shortcuts can be created to:vaults (object_type='vault')
files (object_type='file')
datasets (object_type='dataset')
folders (object_type='folder')
URLs (object_type='url')
a list of tags as a character vector.
- conn
a EDP connection object (as a named list or environment)