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

bwu (BrainWorkUp) R Package

R-CMD-check

The goal of bwu is to facilitate neuropsychological evaluation data processing, report writing, and presentation of results.

Installation

You can install the development version of bwu like so:

pak::pak("brainworkup/bwu")

Example

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

library(bwu)

What is special about using README.Rmd instead of just README.md? You can include R chunks like so:

summary(dots)

bwu Analysis, Plotting, and Reporting

Developmental Changes in Working Memory

Figure 1

Figure 2




jtrampush/npsych.data documentation built on Feb. 25, 2025, 12:30 a.m.