2021年3月17日星期三

Can someone help me give a function to %>%

I am trying to get %>% to resemble a function like this

phase<-csvdata%>%      filter(csvdata$phase=="test")  

or like this

mergedrows1<-phase%>%      group_by(phase$subject,phase$phase)  

where I can group specific variables together from a data frame.

https://stackoverflow.com/questions/66681166/can-someone-help-me-give-a-function-to March 18, 2021 at 05:01AM

没有评论:

发表评论