Gird layout in single row or column

grid_rowwise(..., cols = character(0L))

grid_colwise(..., rows = character(0L))

Arguments

...

Items in CSS Grid Layout and arguments passed to grid_layout.

rows, cols

Sizes of rows and columns in a character vector. If the given number of sizes are less than the number of items, then "auto" is used for items missing sizes.