mergeWF: Function to join two lists of lists into one data frame

Description Usage Arguments Examples

Description

Function which takes two lists of lists, converts them to data frames and binds them together into one data frame

Usage

1
mergeWF(wordFreqOne, wordFreqTwo)

Arguments

wordFreqOne,

the first list of lists to merge

wordFreqTwo,

the second list of lists to merge

Examples

1
mergeWF(wordFreqA, uniqueFreq)

mouse0/suicideProject documentation built on May 3, 2019, 5:19 p.m.