parse: Parse a vector of free text containing drug information

Description Usage Arguments Value Examples

View source: R/parse.R

Description

This function provides a dataframe of parsed out strings from a free text field, input as a vector, specified by the user.

Usage

1
parse(drug_vec)

Arguments

drug_vec

A vector containing the free text to be parsed

Value

A n x 1 vector of class character.

Examples

1
  parse("Lortab and Percocet")

DOPE documentation built on June 19, 2021, 1:06 a.m.