scripter: scripter

Description Usage Arguments Author(s) Examples

Description

Creates .txt file to run through CMD line based CopyFind.

Usage

1
scripter(Documents = 200, ReportFolder = getwd(), Document1 = 1, Document1_loc, Document2 = 2, Document2_loc, PhraseLength = 8, WordThreshold = 6, SkipLength = 20, MismatchTolerance = 9, MismatchPercentage = 75, BriefReport = 0, IgnoreCase = 1, IgnoreNumbers = 1, IgnoreOuterPunctuation = 1, IgnorePunctuation = 1, SkipLongWords = 1, Compare1 = 1, Compare2 = 2)

Arguments

Documents

numeric. The number of files to be compared. Default = 200

ReportFolder

location. The file location for the reports from WCopyFind to print in. Default = working directory

Document1

numeric. The first comparison group number. This should remain at default = 1

Document1_loc

The location of the first comparison file or group. No default.

Document2

numeric. The second comparison group number. This should remain at default = 2

Document2_loc

The location of the second comparison file or group. No deffault.

PhraseLength

Set phrase Length. Default = 8

WordThreshold

Set Word Threshold. Default = 6

SkipLength

Skip Length Setting Default = 20

MismatchTolerance

Mismatch Tolerance. Default = 9

MismatchPercentage

Mismatch Percentage. Default = 75

BriefReport

Produces Brief Report (Yes = 1, No = 0). Default = 0

IgnoreCase

Ignore Case (Yes = 1, No = 0). Default = 0

IgnoreNumbers

Ignore Number (Yes = 1, No = 0). Default = 0

IgnoreOuterPunctuation

Ignore Outer Punctuation (Yes = 1, No = 0). Default = 0

IgnorePunctuation

Ignore Punctuation (Yes = 1, No = 0). Default = 0

SkipLongWords

Skip Long Words (Yes = 1, No = 0). Default = 0

Compare1

First group to compare. Should remain at default = 1

Compare2

Second group to compare. Should remain at default = 2

Author(s)

Stephanie L. DeMora

Examples

1
2
3
4
script<-scripter()
write.table(script,"script.txt", col.names = FALSE, row.names = FALSE, quote = FALSE)

  

SDeMora/RCopyFind documentation built on June 9, 2019, 11:43 a.m.