value = c(21, 74.8, 4.2, 5.9, 93.5, 0.6, 25.5, 69.3, 5.2)), row.names = c(NA, -9L), class = “data.frame”) Since I assume I have to change something in the dataframe here is the same dataframe in wide format: structure(list(`Dry Andes` = c(21, 74.8, 4.2), `Desert An...
is that a null javascript value becomes NA in some contexts (in the contexts that R doesn't like NULLs in such as a dataframe column value or a value in a vector) but in other places it's set as a NULL. Can you explain why you couldn't just associate javascript nulls to R's NA...