grid_rowwise: Gird layout in single row or column

Description Usage Arguments

Description

Gird layout in single row or column

Usage

1
2
3
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.


atusy/cssgrid documentation built on June 24, 2019, 5:08 p.m.