get_default_properties {huxtable}R Documentation

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

get_default_properties('bold')
get_default_properties()

[Package huxtable version 4.0.1 Index]