aubreejordan5052 aubreejordan5052 12-01-2024 Computers and Technology contestada Suppose you started a fresh R session. You run the following code to create a data frame: mydf <- tibble(x = c(1,2,3,NA,5), y = c(1,4,9,NA,25)) What will be the structure of mydf?