ctgov_schema | R Documentation |
This function sets the schema in which tables in which the CT Trials tables reside.
Get the current schema eiter of the following.
ctgov_schema() ctgov_get_schema()
Set the current schema with the following.
ctgov_schema(<SCHEMA NAME>) ctgov_set_schema(<SCHEMA NAME>)
A return of "" from the get functions indicates a schema is not specified.
ctgov_schema(schema = NULL)
schema |
the name of the schema. (Default is NULL - None) |
no return value; used for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.