'Meaning of the number argument inside of an index, R

I am very new to R. I have the following code.

polls <- polls[str_detect(polls$remain, "%"), -9]

What is the meaning of "-9"? Thank you



Sources

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

Source: Stack Overflow

Solution Source