getstr: String extraction function

Description Usage Arguments Value

View source: R/BasicFunctions.R

Description

Function extracting string between two specific characters, minor customization of this one http://www.r-bloggers.com/how-to-extract-a-string-between-2-characters-in-r-and-sas/

Usage

1
getstr(mystring, initial.character = "_", final.character = "_")

Arguments

mystring

Character vector to extract from.

initial.character

Character determining the starting point of extractions

final.character

Character determining the end point of extractions

Value

snippet


PointProcess/SealPupProduction-JRSSC-code documentation built on Jan. 27, 2020, 10:06 p.m.