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

function "label_value" not found #11

Open
gillestiraboschi opened this issue Mar 8, 2024 · 2 comments
Open

function "label_value" not found #11

gillestiraboschi opened this issue Mar 8, 2024 · 2 comments

Comments

@gillestiraboschi
Copy link

Hi I'm experimenting the coveffectsplot package with R 4.2.0.
the interactive mode works but trying to run the example codes provided in the package or after saving the code from the shiny GUI it seem like a function is missing for the forest_plot in command line mode : below is the failling option and the corresponding error message:

facet_labeller = "label_value"

Error in label_value(labs, multi_line = TRUE) :
could not find function "label_value

do you know how to solve this problem ? can we define this function manually by adding it to the script ? were to found it ?
thanks in advance for your help
Gilles

@smouksassi
Copy link
Owner

Did you load ggplot2 ?
https://ggplot2.tidyverse.org/reference/labellers.html

These are standard labeller functions

@gillestiraboschi
Copy link
Author

gillestiraboschi commented Mar 8, 2024 via email

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

No branches or pull requests

2 participants