How can I create a new variable that is the output of a predefined function using mutate in dplyr?

后端 未结 0 1638
太阳男子
太阳男子 2020-12-16 12:47

I need to create a new variable that is the output of a predefined function. Here is my reproducible example:

library(tidyverse)

data.1 <-read.csv(text =          


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