Question 4 (2 points) Saved E) Listen What is the R equivalent data type to a Python float is what? A/
12 Question 11 (2 points) E4) Listen To create new columns that are functions of existing ones, we use what function?
Question 8 (2 points) E Listen I want to view the Sacramento dataset by price, from highest to lowest. What is missing to do that? Sacramento %>%
Question 9 (2 points) M Listen select(data, x, y, everything()) The following code will cause x and y to appear in the dataset True False Question 10 (2 points) 4) Listen What character is missing from the following code? (Your answer should on one character) mutate(flights_sml, gain dep_delay arr_delay, hours air_time / 60 gain_per_hour gain / hours
Question 4 (2 points) Saved E) Listen What is the R equivalent data type to a Python float is what? A/ 12 Question 11 (
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am