officer (version 0.3.15)

opts_current_table: Get table options in a 'knitr' context

Description

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.

Usage

opts_current_table()

Arguments

Value

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)

See Also

Other functions for officer extensions: docx_reference_img(), fortify_location(), get_reference_value(), to_pml(), to_wml(), wml_link_images()