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 Feb. 17, 2024, 12:20 a.m.