Learn R Programming

EpidigiR (version 0.1.2)

nlp_data: NLP Data for Epidemiological Text Analysis

Description

A dataset containing simulated epidemiological text data, such as outbreak reports or health alerts, for NLP analysis.

Usage

nlp_data

Arguments

Format

A data frame with 100 rows and 2 columns:

id

Character, unique identifier for each text entry.

text

Character, text content (e.g., outbreak descriptions, health reports).

Examples

Run this code
data("nlp_data")
epi_analyze(nlp_data, outcome = NULL, type = "nlp", n = 5)

Run the code above in your browser using DataLab