Learn R Programming

radiant.data (version 0.8.1)

sum_rm: Sum with na.rm = TRUE

Description

Sum with na.rm = TRUE

Usage

sum_rm(x, na.rm = TRUE)

Arguments

x

Input variable

na.rm

If TRUE missing values are removed before calculation

Value

Sum of input values

Examples

Run this code
# NOT RUN {
sum_rm(1:200)

# }

Run the code above in your browser using DataLab