tests/testthat.R

library(gendercoder)

test_file <- file.path("testthat", "test-recode_gender.R")
if (!file.exists(test_file)) {
  test_file <- file.path("tests", test_file)
}
source(test_file)

Try the gendercoder package in your browser

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

gendercoder documentation built on May 19, 2026, 1:08 a.m.