Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 817 Bytes

File metadata and controls

23 lines (17 loc) · 817 Bytes

Foundations

Getting Started with R and RStudio

This repository contains the slides, scripts, and data required for the "Getting Started" NZILBB R, Stats, and Open Science workshop.

The slides are hosted online here.

The easiest way to interact with this material is to run the following command in your R console:

usethis::create_from_github(
  "https://github.com/nzilbb/ws-getting-started
)

This assumes you have completed the steps in the induction section at the NZILBB R, Stats, and Open Science workshops website

The command above will make your own copy of this repository on GitHub (a 'fork'), download it to your compute ('clone' it), and open a new RStudio project.