Skip to content
Prev 181095 / 398503 Next

subsetting of a data.frame

Hello everybody

How do you subset a data.frame when your boundaries are a combination of
explicit and implicit limits?

For example, I need to subset from the fourth (explicit) to the last
(implicit) column a data.frame named A.

In other languages you would do A[ , 4:]. Would anybody show me the R's way?

Thank you,

Your culprit