You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()]
``
The text was updated successfully, but these errors were encountered:
I couldn't find
addStyle()
on theconditionalFromatting()
page. They are similar functions in thatconditionalFormatting()
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 incorporateconditionalFormatting()
,addStyle()
andcreateStyle()
as one family.Proposed Tasks
[ ] conditionalFormatting(): Add
addStyle()
to seealso:[ ] addStyle: Add
conditionalFormatting()
to seealso:[ ] createStyle: Add conditionalFormatting to seealso:
The text was updated successfully, but these errors were encountered: