Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 310 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 310 Bytes

Some data manipluation for L'Epicurien

install R

sudo apt install r-base

start R

cd /path/to/your/data
R

run R script

# install packages the first time
install.packages(c("tidyr", "dplyr"))

# run script
source("join_wp_pos.r")

# quit
q()