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
gt_preview()
Currently, the function calls gt() after modifying the input data, and returns a gt_tbl object.
gt()
gt_tbl
The function also contains some HTML styling which should be replaced if the function is to work with other output formats.
The text was updated successfully, but these errors were encountered:
dt_*()
rich-iannone
Successfully merging a pull request may close this issue.
Currently, the function calls
gt()
after modifying the input data, and returns agt_tbl
object.The function also contains some HTML styling which should be replaced if the function is to work with other output formats.
The text was updated successfully, but these errors were encountered: