So I am working on this:
a screen shot of a csv file
and I am trying to delete the last 4 columns, what code should I use? I have it open on Rstudio and running R.
I tried doing
Df$column <- NULL
But it only works for one column. I want all of those to disappear and the columns with info to remain.
New contributor
AdvEnTure21 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.