Get table options in a 'knitr' context
Get options for table rendering.
It should not be used by the end user. The function is a utility to facilitate the retrieval of table options supported by the 'flextable', 'officedown' and of course 'officer' packages.
opts_current_table()
a list with following elements:
cap.style (default: NULL)
cap.pre (default: "Table ")
cap.sep (default: ":")
id (default: NULL)
cap (default: NULL)
style (default: NULL)
tab.lp (default: "tab:")
table_layout (default: "autofit")
table_width (default: 1)
first_row (default: TRUE)
first_column (default: FALSE)
last_row (default: FALSE)
last_column (default: FALSE)
no_hband (default: TRUE)
no_vband (default: TRUE)
Other functions for officer extensions:
docx_reference_img()
,
fortify_location()
,
get_reference_value()
,
to_pml()
,
to_wml()
,
wml_link_images()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.