How to use levels instead of labels in creating conditionals R

前端 未结 0 1196
北荒
北荒 2020-12-22 04:42

I want to know how to use the levels in stead of the labels in R

Before, I have utilized the following code

df2 <- df %>%
  filter(type_A == 1 |          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题