Data frame column name glue function (R)

后端 未结 0 957
别跟我提以往
别跟我提以往 2020-12-01 02:48

Hi I have a function in R:

myfunction<-function(.data, pvalue, roundto=2){
glue::glue_data(.x=.data,
"p={format(round(pvalue,digits=roundto),nsmall=ro         


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