Construct grid-template-areas property
1 2 3 4 5 6 7 8 9 10 11 12 13 | construct_areas(x = NULL, ...)
## S3 method for class 'grid_areas'
construct_areas(x = NULL, ...)
## Default S3 method:
construct_areas(x = NULL, ...)
## S3 method for class 'data.frame'
construct_areas(x, ...)
## S3 method for class 'matrix'
construct_areas(x, ...)
|
x |
NULL, an atomic vector, a matrix, or a data frame |
... |
discarded |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.