There are two parts to dbplyr SQL translation: translating dplyr verbs, ... flights %>% select(distance, air_time) %>% mutate(speed = distance / (air_time ...
確定! 回上一頁