| get_template_keys_synID | R Documentation | 
Get the metadata keys from an excel or csv template stored in Synapse.
get_template_keys_synID(syn, synID, ...)
| syn | Synapse client object | 
| synID | Synapse ID of an excel or csv file containing a metadata template | 
| ... | Additional arguments passed to syn$get() | 
Character vector of template column names
## Not run: 
syn <- synapse$Synapse()
syn$login()
get_template("syn12973252", syn = syn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.