tests/testthat/test-extract_entities.R

if (!nchar(Sys.getenv("OPENAI_API_KEY"))==0) {
  test_that("Entity extraction works", {

        extract_entities(trump)

  })
} else {
  skip("API key not set, skipping test.")
}

Try the TheOpenAIR package in your browser

Any scripts or data that you put into this service are public.

TheOpenAIR documentation built on April 27, 2023, 5:10 p.m.