0

I am trying to create an object from an object that is being referenced from my function in R.

Here is an example:

test_function <- function(mydata, mydata2, newobject){

mydata2 <- mydata %>%
select(
data,
variable_newobject = someothervariable)
}
ali.hash
  • 106
  • 1
  • 1
  • 11

0 Answers0