knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README",
  out.width = "100%"
)

r4jecs

The goal of r4jecs is to gather and publish useful functions for data analysis in the Japan Environment and Children's Study (JECS)

Installation

You can install the development version of r4jecs GitHub with:

# install.packages("devtools")
devtools::install_github("fabregithub/r4jecs")

Example

This is a basic example which shows you how to solve a common problem:

library(r4jecs)
## basic example code


fabregithub/r4jecs documentation built on June 13, 2025, 4:50 p.m.