I want to duplicate my data frame and store it for later use. Can anyone please help me with the function?
I tried the rm
function and the copy
function but it is not working
df1 <- copy(df)
The function copy
is not working.
I want to duplicate my data frame and store it for later use. Can anyone please help me with the function?
I tried the rm
function and the copy
function but it is not working
df1 <- copy(df)
The function copy
is not working.