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 June 13, 2025, 11:27 a.m.