rmv_list {iRoCoDe} | R Documentation |
Removes a item from a list
Description
The rmv_list function removes the specified item from the given list.
Usage
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
[Package iRoCoDe version 1.0.1 Index]