[[<-,LongTable,ANY,ANY-method | R Documentation |
[[<-
Method for LongTable ClassJust a wrapper around assay<- for convenience. See
?'assay<-,LongTable,character-method'.
## S4 replacement method for signature 'LongTable,ANY,ANY'
x[[i]] <- value
x |
A |
i |
The name of the assay to update, must be in |
value |
A |
A LongTable
object with the assay i
updated using value
.
merckLongTable[['sensitivity']] <- merckLongTable[['sensitivity']]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.