'How to index when using colnames to create a list with all colnames in R(data frames)

I have a problem regarding the following issue:

I need all columnames aport from V1 till the end V200 in a list, but I don't know how and where to insert the index into these lines of code. Like this, it gives me a list of all columnames but I don't need the first two. Please help, thank you!

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source