Hi,
I'm getting the error Error in hist(hist_vals, plot = FALSE) : could not find function "hist" , also reported here, here and here but for different situations.
In my case the error happens when I try to view some data frame with double columns.
For example
data <- data.frame(x = as.double(c(1,2,3)))
View(data)
I'm using a docker image FROM rocker/rstudio:3.6.3-ubuntu18.04
could someone help me?
thanks