man-roxygen/cell-property-usage.R

# Usage strings for cell properties

<%
default_str <- if (exists("default")) paste("=", default) else ""
%>

#' @usage
#' <%= attr_name %>(ht)
#' <%= attr_name %>(ht) <- value
#' set_<%= attr_name %>(ht, row, col, value <%= default_str %>)
#' map_<%= attr_name %>(ht, row, col, fn)
hughjonesd/huxtable documentation built on Aug. 2, 2024, 1:25 p.m.