Learn R Programming

mindr (version 1.2.3)

get_body: get the body out of given strings

Description

get the body out of given strings

Usage

get_body(pattern = "^#[^ ]*", text)

Arguments

pattern

The definition of the body text

text

the given strings

Value

integer. the index of the body text in the given strings.