Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 412 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 412 Bytes

graphing

Usage

Setup port-forwarding to access the postgres database:

kubectl -n wooglife port-forward $(kubectl -n wooglife get pods -l app=backend-postgres --no-headers | cut -f1 -d' ' | head -n 1) 5432:5432
install.packages('renv')

restart session

library(renv)
renv::install()
R -f main.R