rmv_list: Removes a item from a list

Description Usage Arguments Details Value Author(s)

View source: R/iRoCoDe.R

Description

The rmv_list function removes the specified item from the given list.

Usage

1
rmv_list(list, val)

Arguments

list

A list of values

val

A specific value

Details

This function reads a list of values and removes the specified value from that list.

Value

It returns a list.

Author(s)

1) Sayantani Karmakar 2) Md. Ashraful Haque 3) Cini Varghese 4) Seema Jaggi 5) Eldho Varghese 6) Mohd. Harun


iRoCoDe documentation built on Jan. 25, 2022, 5:08 p.m.

Related to rmv_list in iRoCoDe...