Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
phargarten2 opened this issue Feb 28, 2024 · 0 comments
Open

Comments

@phargarten2
Copy link

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()]
``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant