Identifying if/else statements in R and extracting expressions from them

前端 未结 0 1209
借酒劲吻你
借酒劲吻你 2021-01-19 00:51

I would like to extract expr_a, expr_b, expr_c from R code that functions as:

if (expr_a)
    expr_b
else
    expr_c

for the pur

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