Skip to content

Netflix/user2020-metaflow-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

useR! 2020 Metaflow Tutorial, Aug 7th, 2020

Tutorial contents for useR! 2020 Metaflow workshop.

Slides available here

Install

devtools::install_github("Netflix/user2020-metaflow-tutorial", dependencies=TRUE)

Getting-started

Run the following command to create a user2020_tutorials folder in your current working directory. You can find our tutorial contents in this folder.

user2020metaflow::pull_tutorials()

Run the following commands to make sure we've setup successfully:

setwd("./user2020_tutorials/episode0_vanilla_R")
source("run.R")