How do I copy an object's specifications, but not the data?
In my specific case I have a data frame and I want another data frame with the same column classes, the same column names, the same number of rows but without any data inside.
How do I copy an object's specifications, but not the data?
In my specific case I have a data frame and I want another data frame with the same column classes, the same column names, the same number of rows but without any data inside.