powered by
Delete an existing domain.
labkey.domain.drop(baseUrl=NULL, folderPath, schemaName, queryName)
a string specifying the baseUrlfor the labkey server
baseUrl
a string specifying the folderPath
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
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