Description Usage Arguments Value Examples
View source: R/check-col-names.R
Get a template
1 | get_template(synID, syn, ...)
|
synID |
Synapse ID of an excel or csv file containing a metadata template |
syn |
Synapse client object |
... |
Additional arguments passed to syn$get() |
Character vector of template column names
1 2 3 4 5 6 | ## 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.