View source: R/AnomalyAssessment.R
DeleteAnomalyAssessmentRecord | R Documentation |
Record is deleted with preview and explanations.
DeleteAnomalyAssessmentRecord(projectId, recordId)
projectId |
character. The ID of the project. |
recordId |
character. The ID of the anomaly assessment record. |
Other Anomaly Assessment functions:
GetAnomalyAssessmentExplanations()
,
GetAnomalyAssessmentPredictionsPreview()
,
InitializeAnomalyAssessment()
,
ListAnomalyAssessmentRecords()
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
recordId <- "59a5af20c80891534e3c2bdb"
explanations <- DeleteAnomalyAssessmentRecord(projectId, recordId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.