README.md

LongestCommenSubStringR

require library(stringr)

LCStr("AABCC","BACCABC", 1) returns "ABC"

## pass in 3 parameters, and returns the longest common substring  
## arg1: string one  
## arg2: string two  
## arg3: minimum Length of the common substring.

installation:

library(devtools)

install_github("Chrisfufu/LongestCommonSubString")



Chrisfufu/LongestCommonSubString documentation built on May 13, 2020, 5:38 a.m.