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

055_ggradar: radar plots - object 'rescale' not found #8

Open
Mangolinux opened this issue Sep 13, 2022 · 0 comments
Open

055_ggradar: radar plots - object 'rescale' not found #8

Mangolinux opened this issue Sep 13, 2022 · 0 comments

Comments

@Mangolinux
Copy link

FORMAT ----

vehicle_summary_tbl <- mpg %>%
select(class, where(is_numeric), -year) %>%
group_by(class) %>%
summarise(
across(displ:hwy, .fns = median)
) %>%
ungroup() %>%
rename(group = class) %>%
mutate_at(vars(-group), rescale)

Error in is_fun_list(.funs) : object 'rescale' not found
In addition: There were 11 warnings (use warnings() to see them)

warnings()
Warning messages:
1: Deprecated
2: Deprecated
3: Deprecated
4: Deprecated
5: Deprecated
6: Deprecated
7: Deprecated
8: Deprecated
9: Deprecated
10: Deprecated
11: Deprecated

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

1 participant