huxtable (version 1.2.0)

get_default_properties: Get default huxtable properties

Description

Get default huxtable properties

Usage

get_default_properties(names = NULL)

Arguments

names

Vector of property names. If NULL, all properties are returned.

Value

List of default properties.

See Also

set_default_properties

Examples

Run this code
# NOT RUN {
get_default_properties('bold')
get_default_properties()
# }

Run the code above in your browser using DataCamp Workspace