ANSWERS: 1
-
If the input of a function is limited to strings, the quotation marks are redundant.
Copyright 2023, Wired Ivy, LLC
% select(-total_litres_of_pure_alcohol) %>% rename(beer = beer_servings, spirit = spirit_servings, wine = wine_servings) ////////////////////////////////////////////// drinks_smaller % filter(country %in% c("USA", "China", "Italy", "Saudi Arabia")) %>% select(-total_litres_of_pure_alcohol) %>% rename("beer" = "beer_servings", "spirit" ="spirit_servings","wine" = "wine_servings") | Ask questions on any topic, get real answers from real people. Have a question? Ask it. Know an answer? Share it." /> % select(-tota" />
Copyright 2023, Wired Ivy, LLC