wordmatch: Take input as vector and compare the words in two files

Description Usage Arguments Details Value Note Author(s) References

View source: R/wordmatch.R

Description

This package requires installation of two packages i.e. plyr and reshape2. After installation you can install the package wordmatch. Use input as a CSV file only.

Usage

1
wordmatch(file1,file2,n)

Arguments

file1

file of words which need to be match.It should be a character value and should always be in quotes.

file2

file of words where to search for the words.It should be a character value and should always be in quotes.

n

The argument "n" is the integer value for the minimum number of words to be matched. It should always be positive integer.

Details

This package requires installation of two packages i.e. plyr and reshape2. After installation you can install the package wordmatch. Use input as a CSV file only and words in the sentence should be comma separated. You can use "text to columns" of excel to divide a sentence into words.Both file1 and file2 should follows the same rule.

Value

wordmatch(file1,file2,n) returns a data frame of length 4.

Note

Wordmatch(file1,file2) matches the words without any order in second file. So order is not important for wordmatch function.

Author(s)

Amit Singh Rathore

References

Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language. Wadsworth & Brooks/Cole.


wordmatch documentation built on May 2, 2019, 12:22 p.m.