View source: R/layout_helpers.r
query_abbrev | R Documentation |
query_abbrev
queries if any of the names in a named list is present in an object including object names, matching only on strings that are separate words (ie starting and ending with blank, comma, parentheris or other separator). Returns named list with all abbreviations present (via grepl).
query_abbrev(x, y)
x |
Object to test. |
y |
Named list of abbrevs. |
Named list of abbreviations in object and corresponding explanation
html.layout
for html tables and print_abbrev
for printing abbrevs to table footer.
Other table layout:
add_colgroup()
,
add_cols()
,
add_rowgroup()
,
add_units()
,
firstrow_css()
,
layout_html()
,
order_by_vector()
,
order_layout()
,
prepare()
,
print_abbrev()
None yet.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.