synFindEntityId | R Documentation |
Find an Entity given its name and parent.
synFindEntityId(name, parent=NULL)
name |
name of the entity to find |
parent |
An Entity object or the Id of an entity as a string. Omit if searching for a Project by name |
the Entity ID or NULL if not found
## Not run:
synFindEntityId("my_test_file.txt", parent = "syn123")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.