$.CELL_META | R Documentation |
Easy to way to get meta data in the current cell
## S3 method for class 'CELL_META'
x$name
x |
name of the variable should be "CELL_META" |
name |
name of the cell meta name |
The variable CELL_META
can only be used to get meta data of the "current" cell.
Basically you can simply replace e.g. get.cell.meta.data("sector.index")
to CELL_META$sector.index
.
get.cell.meta.data
# There is no example
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.