Search Results:
Showing results 1 to 10 of 246.
Function protectMetachar [limma v3.28.14]
- keywords
- character
- title
- Protect Metacharacters
- description
- Add backslashes before any metacharacters found in a string.
Function makeUnique [limma v3.28.14]
- keywords
- character
- title
- Make Values of Character Vector Unique
- description
- Paste characters on to values of a character vector to make them unique.
Function trimWhiteSpace [limma v3.28.14]
- keywords
- character
- title
- Trim Leading and Trailing White Space
- description
- Trims leading and trailing white space from character strings.
Function strsplit2 [limma v3.28.14]
- keywords
- character
- title
- Split Composite Names
- description
- Split a vector of composite names into a matrix of simple names.
Function scriptSearch [BurStMisc v1.1]
- keywords
- character
- title
- Search R scripts for text
- description
- Returns a list of text matches in the scripts in a directory.
Function make.cepnames [vegan v2.4-2]
- keywords
- character
- title
- Abbreviates a Botanical or Zoological Latin Name into an Eight-character Name
- description
- A standard CEP name has four first letters of the generic name and four first letters of the specific epithet of a Latin name. The last epithet, that may be a subspecific name, is used in the current function. If the name has only one component, it is abbreviated to eight characters (see abbreviate). The returned names are made unique with function make.unique which adds numbers to the end of CEP names if needed.
Function needles [NameNeedle v1.2.6]
- keywords
- character
- title
- Needleman-Wunsch global alignment algorithm
- description
- This package contains a simple implementation of the Needleman-Wunsch global alignment algorithm.
Function Weka_stemmers [RWeka v0.4-43]
- keywords
- character
- title
- R/Weka Stemmers
- description
- R interfaces to Weka stemmers.
Function Weka_tokenizers [RWeka v0.4-43]
- keywords
- character
- title
- R/Weka Tokenizers
- description
- R interfaces to Weka tokenizers.
Function paste00 [broman v0.72-4]
- keywords
- character
- title
- paste with null or dot as separator and with collapse
- description
- Call base::paste() with sep="." or sep="" and collapse="" or collapse=".".