defaultColumnStyle: Set or get the default column style as an R option

View source: R/records.R

defaultColumnStyleR Documentation

Set or get the default column style as an R option

Description

For example to set a column style, the following are possible:

defaultColumnStyle(minimalColumnStyle()) defaultColumnStyle(allColumnStyle())

Set to prettyColumnStyle but you also want all reference fields: defaultColumnStyle(prettyColumnStyle(allReferenceFields = TRUE))

Use defaultColumnStyle() without an argument to get the current default style object.

Usage

defaultColumnStyle(style)

Arguments

style

the style object to set as the default style for column created with a helper function such as idColumnStyle, prettyColumnStyle, minimalColumnStyle or allColumnStyle.


bedatadriven/activityinfo-R documentation built on Dec. 21, 2024, 8:23 a.m.