R/table_formatting.R
table_total.Rd
Total a Column and ignore NAs
table_total(x)
#> Source Code: table_total#> function (x) #> { #> sum(x, na.rm = TRUE) #> } #> <bytecode: 0x55a2eacf6c60> #> <environment: namespace:fftidy>