a string specifying the baseUrl for the labkey server
folderPath
a string specifying the folderPath
schemaName
a string specifying the name of the schema of the domain
queryName
a string specifying the query name
Author
Karl Lum
Details
Deletes all rows in the table in a single transaction and will also log a single audit event for the action. Not all tables support truncation, if
a particular table doesn't support the action, an error will be returned. The current list of tables supporting truncation include : lists, datasets,
issues, sample sets, data classes.
if (FALSE) {
## create a data frame and infer it's fieldslibrary(Rlabkey)
labkey.truncateTable(baseUrl="http://labkey/", folderPath="home",
schemaName="lists", queryName="people")
}