I am trying to aggregate with the reactable package using ASP <- reactable::colDef(aggregate = 'mean')
but it returns NAs because one of the rows has an NA.
Is there a way to tell reactable::colDef()
to ignore the NA values and calculate the mean with the non-NA values?