Learn R Programming

Rpipedrive (version 0.1.1)

clear_list_: Clear List

Description

Remove fields NULL in a list

Usage

clear_list_(x)

Arguments

x

List that you wish remove fields with NULL

Value

a List wihtout fileds wihout

Examples

Run this code
# NOT RUN {
#Example
clear_list_(list(field1 = 123, field2 = NULL, field3 = "name"))
# }

Run the code above in your browser using DataLab