Use %>% , the pipe operator. For example: library(dplyr) # The pipe is provided by dplyr morley # Look at the morley data set #> Expt Run Speed #> 001 1 1 ...
確定! 回上一頁