-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Vectorize arguments to row_spec
to allow control of individual cell elements.
#774
base: master
Are you sure you want to change the base?
Conversation
… providing a vector of values.
…rol whether vector arguments are `map`ped to rows, or held fixed for all rows. * Add examples to `spec_barplot`. * Correct documentation for some `spec_barplot` parameters.
The conflicts are pretty easy to resolve, but I'm not sure how to add them to the PR. @haozhu233 should take a look and decide whether the changes are desirable. |
Merge branch 'master' of github.com:haozhu233/kableExtra into haozhu233-master # Conflicts: # R/mini_plots.R # R/row_spec.R # man/row_spec.Rd # man/spec_barplot.Rd
@dmurdoch I merged in the changes from |
I think something went wrong in the merge - the removal of |
I’ll fix that tomorrow.
…On Sun, Dec 3, 2023 at 5:00 PM Hao Zhu ***@***.***> wrote:
Sure, I think this feature aligns with what we have in column_spec (
33b865f
<33b865f>).
@warnes <https://github.com/warnes> If you get remove spec_barplot that
would be great!
I will do a few more testings tonight.
—
Reply to this email directly, view it on GitHub
<#774 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABO4GX6K353KEZAHKCK5ZM3YHTY57AVCNFSM6AAAAAA65XGXO2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZXGYYTEOJSHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Removed |
- Regenerate man pages.
This resolves #773 by vectorizing the arguments to
row_spec
and sub-functions.Example use from the update man page: