How to recode a variable programmatically using quasiquotation?

后端 未结 0 1446
执笔经年
执笔经年 2021-01-20 03:52

I have the following dataset and would like to recode the variables

library(tidyverse)
library(rlang)
mytib <- tribble(~colA, ~colB, ~colC,
        "g         


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