removeIncompleteRecords | R Documentation |
Modifies the data and sampleMetadata slots of an CollectionWithMetadata object, to exclude records with missing SampleMetadata for a specified column.
removeIncompleteRecords(
object,
colName = character(),
verbose = c(TRUE, FALSE)
)
## S4 method for signature 'CollectionWithMetadata'
removeIncompleteRecords(
object,
colName = character(),
verbose = c(TRUE, FALSE)
)
object |
CollectionWithMetadata |
colName |
String providing the column name in SampleMetadata to check for completeness |
verbose |
boolean indicating if timed logging is desired |
CollectionWithMetadata with modified data and sampleMetadata slots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.