Total a Column and ignore NAs

table_total(x)

Examples

#> Source Code: table_total
#> function (x) #> { #> sum(x, na.rm = TRUE) #> } #> <bytecode: 0x55a2eacf6c60> #> <environment: namespace:fftidy>