ycphs/openxlsx

Add conditionalFormatting() to seealso in createStyle() and addStyle()

phargarten2 opened this issue · 0 comments

I couldn't find addStyle() on the conditionalFromatting() page. They are similar functions in that conditionalFormatting() adds styles to the Excel worksheet that are more complicated (based on other cells) than adding a style. To allow users easier access to find these functions, please adjust the #'@seealso in the documentation to incorporate conditionalFormatting(), addStyle() and createStyle() as one family.

Proposed Tasks
[ ] conditionalFormatting(): Add addStyle() to seealso:

conditional_formatting.R  line 101     #' @seealso [createStyle()]
#'seealso[addStyle()]

[ ] addStyle: Add conditionalFormatting() to seealso:

wrappers.R line  999  #' @seealso [createStyle()]
       #'seealso[conditionalFormatting()]

[ ] createStyle: Add conditionalFormatting to seealso:

wrappers.R line  620     #' @seealso [addStyle()]
#'seealso[conditionalFormatting()]
``