Using attributes in R to hold metadata when pivoting wider for export to xlsx

后端 未结 0 356
梦如初夏
梦如初夏 2020-12-04 05:28

I have a dataframe that looks something like:

df <- tribble(~date,      ~value, ~analyte, ~quantified,
              01-01-2020, 8.6,    Fe,       TRUE,
           


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