Hello, I am confused about how to not use global variables in the assignment.
Is calling dataframe$circ and dataframe$heights explicitly in functions not okay?
I am not assigning these columns to variables, just explicitly passing the extracted vector into functions I've made.
I am not sure of another way to put data into my functions.
Thank you,
Raabez