View source: R/labkey.domain.R
labkey.domain.drop | R Documentation |
Delete an existing domain.
labkey.domain.drop(baseUrl=NULL, folderPath, schemaName, queryName)
baseUrl |
a string specifying the |
folderPath |
a string specifying the |
schemaName |
a string specifying the name of the schema of the domain |
queryName |
a string specifying the query name |
This function will delete an existing domain along with any data that may have been uploaded to it.
Karl Lum
labkey.domain.get
,
labkey.domain.inferFields
,
labkey.domain.createDesign
,
labkey.domain.createIndices
,
labkey.domain.save
,
labkey.domain.create
## Not run:
## delete an existing domain
library(Rlabkey)
labkey.domain.drop(baseUrl="http://labkey/", folderPath="home",
schemaName="lists", queryName="test list")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.