I want to change the last column last value from R dataframe.
I know I can use base R this way:
df[nrow(), ncol()] <- "my value"