Last chance! 50% off unlimited learning
Sale ends in
Delete an existing domain.
labkey.domain.drop(baseUrl=NULL, folderPath, schemaName, queryName)
a string specifying the baseUrl
for the labkey server
a string specifying the folderPath
a string specifying the name of the schema of the domain
a string specifying the query name
Karl Lum
This function will delete an existing domain along with any data that may have been uploaded to it.
labkey.domain.get
,
labkey.domain.inferFields
,
labkey.domain.createDesign
,
labkey.domain.createIndices
,
labkey.domain.save
,
labkey.domain.create
if (FALSE) {
## delete an existing domain
library(Rlabkey)
labkey.domain.drop(baseUrl="http://labkey/", folderPath="home",
schemaName="lists", queryName="test list")
}
Run the code above in your browser using DataLab