Hello all,
I am trying to add value boxes into my dashboard. I receive this error
"Error in valueBox() : could not find function "valueBox" Calls: ... I have the library flexdashboard installed which should contain this function.
Any help?
thank you very much
Did you already called a library(flexdashboard) in your document ? A reprex with code could help
library(flexdashboard)
(FAQ: What's a reproducible example (`reprex`) and how do I do one?)
Libraries should be installed then loaded when you need them.
Otherwise, you can asked only for the funciton using flexdashboard::valueBox()
flexdashboard::valueBox()
Now I did call the library and the problem solved. I am still learning and I know this question may have sound a little amateur. Thanks a lot for your response!!!!
No worries. We were all beginners.
If your question's been answered (even by you!), would you mind choosing a solution? It helps other people see which questions still need help, or find solutions if they have similar problems. Here’s how to do it:
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.