The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Security

library(TextAnalysisR)

mydata <- SpecialEduTech[seq_len(5), c("title", "abstract")]
united <- unite_cols(mydata, listed_vars = c("title", "abstract"))
toks   <- prep_texts(united, text_field = "united_texts")
quanteda::ndoc(toks)
## [1] 5

TextAnalysisR includes built-in security features.

Input Validation

Feature Description
File uploads Extension whitelist, 50MB limit, malicious content scanning
Text and LLM inputs XSS and prompt injection filtering
Column names Regex validation to prevent formula injection

API Key Security

Environment Variable: add OPENAI_API_KEY=... to .Renviron, or set in-session:

Sys.setenv(OPENAI_API_KEY = "sk-...")

Network Security

Data Protection

Infrastructure

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.