include text from kableExtra in arguments to table_format() (and other functions as needed) #113
Labels
status --- low priority
topic --- R
R code
type --- documentation
improvements or additions to documentation
Problem
Trying to figure out how to add superscripts or subscripts to tables was a pain. Eventually I happened on the need to specify
escape = FALSE
tosa4ss::table_format()
, which allowed the use of things like$r^2$
in the column names or table content to get formatted appropriately. The help page for that function just points to the {kableExtra} function which makes it harder to track down what the arguments do:sa4ss/R/table_format.R
Line 17 in fad0881
Proposal
@kellijohnson-NOAA said that there's an easy way to automatically bring in Roxygen text from dependent packages so that the help pages within sa4ss are more informative. This is a low priority, but adding the issue now as a reminder to explore this in the future.
The text was updated successfully, but these errors were encountered: