samelNA: Making two lists the same length by adding NA's

Description Usage Arguments Value Examples

View source: R/samelNA.R

Description

Making two lists the same length by adding NA's

Usage

1
samelNA(x, y)

Arguments

x

first list of items

y

second list of item

Value

finds longest list and makes other list the same length with added NA's

Examples

1
2
3
4
5
## Not run: 
samelNA(rev, zara)
samelNa(list1, list2)

## End(Not run)

getbarnes/shopscrape documentation built on Jan. 8, 2022, 8:42 a.m.