Questions tagged [dput]

`dput` is a R function that "writes an ASCII text representation of an R object to a file or connection, or uses one to recreate the object."

16 questions
-1
votes
1 answer

How to add rows to a nested data frame?

I have an object of the following structure, which is not that common for me (with a dataframe within a dataframe with a list in it). I want to add new observations, which all have the same values for all variables (except 1); here the values come…
TAKOPF
  • 1
  • 1
1
2