extract_digital_text: extract digital text

View source: R/extract_digital_text.R

extract_digital_textR Documentation

extract digital text

Description

simply turn the tokenized text into regular text.

Usage

extract_digital_text(data)

Arguments

data

either a dataframe with column "token" or a character vector to be squished down

Value

a character vector of length one with all the text

Examples

extract_digital_text(data = c("A bunch of text", "that hasn't been connected yet." ))
extract_digital_text(data.frame(token = c("A", "bunch", "of", "'", "text", "'", ".")))

antdurrant/gec.annotation documentation built on July 19, 2023, 5:13 a.m.