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

Problem with the header #353

Open
wendyting0204hh opened this issue Jul 12, 2023 · 2 comments
Open

Problem with the header #353

wendyting0204hh opened this issue Jul 12, 2023 · 2 comments
Labels
question Further information is requested

Comments

@wendyting0204hh
Copy link

there is an "?" icon in the default header
image

@sactyr
Copy link

sactyr commented Jul 13, 2023

That is not a problem. that is a toggle to enable/disable popovers and tooltips. Check the documentation for dashboardPage, look for the argument help. You can turn off using this:

dashboardPage(help = FALSE)

@DivadNojnarg DivadNojnarg added the question Further information is requested label Jul 13, 2023
@demetriusgnu
Copy link

Whether to enable/disable popovers and tooltips. This allows you to seamlessly use [tooltip] without having to toggle them individually. The default is FALSE. The toggle is shown but not enabled. If TRUE, all tooltips and popovers are enabled. Set to NULL if you want to hide the help icon.

"dashboardPage(help = NULL)" will hide it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants