View source: R/layout_helpers.r
order_by_vector | R Documentation |
order_by_vector
orders a data frame by a character vector.
order_by_vector(x, match_by, order_by)
x |
Data frame to order. |
match_by |
Character element specifying name of column to match by. |
order_by |
Character vector with character elements in the desired order, matching those in the dataframe column that is to be matched on. |
Reordered data frame.
query_abbrev
for querying an object for abbrevs
Other table layout:
add_colgroup()
,
add_cols()
,
add_rowgroup()
,
add_units()
,
firstrow_css()
,
layout_html()
,
order_layout()
,
prepare()
,
print_abbrev()
,
query_abbrev()
None yet.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.