We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Specify distinct formatting (e.g. different number of significant figures, avoidance of scientific notation) per column or per container
Tag value during creation with num() or char() -- property of the data
num()
char()
Apply formatting based on column name/type
Manually: collect_spec
collect_spec
Automatically: set option to container
Solved by documentation in #311, this is about automation. Really useful with #400.
The text was updated successfully, but these errors were encountered:
This issue lives here, because rule-based formatting is applicable to all subclasses of tbl.
Sorry, something went wrong.
No branches or pull requests
Specify distinct formatting (e.g. different number of significant figures, avoidance of scientific notation) per column or per container
Tag value during creation with
num()
orchar()
-- property of the dataApply formatting based on column name/type
Manually:
collect_spec
Automatically: set option to container
Solved by documentation in #311, this is about automation. Really useful with #400.
The text was updated successfully, but these errors were encountered: