CountPatternInPar: CountPatternInPar

Description Usage Arguments Value

View source: R/AutoAnnotationFunctions.R

Description

Count Pattern In Par

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
CountPatternInPar(
  myStudies = NULL,
  myDictionary,
  textSearchingHeaders = "",
  linkSearchHeaders = "",
  dictionaryNameHeader = "Name",
  dictionaryRegexHeader = "Regex",
  ignoreCase = TRUE,
  ignoreExistingTextFile = TRUE,
  cutIntro = FALSE,
  cutRefs = FALSE,
  extractStrings = FALSE,
  conversionSoftware = "pdftotext"
)

Arguments

myStudies

myStudies

myDictionary

myDictionary

textSearchingHeaders

textSearchingHeaders

linkSearchHeaders

linkSearchHeaders

dictionaryNameHeader

dictionaryNameHeader

dictionaryRegexHeader

dictionaryRegexHeader

ignoreCase

boolean to decide whether to ignore the case in searching the content in dictionary in the searchingData or not

ignoreExistingTextFile

ignoreExistingTextFile

cutIntro

a boolean, whehter to cut introduction

cutRefs

a boolean, wether to cut the reference or not

extractStrings

= boolean variable to indicate whether matching strings from full text should be extracted

conversionSoftware

Software used to covert pdf to text. Default value is 'pdftotext'

Value

frequency


shihikoo/AutoAnnotation documentation built on April 3, 2021, 10:58 a.m.