added r script not releasable code yet
This commit is contained in:
11
tools/stat_check.R
Normal file
11
tools/stat_check.R
Normal file
@ -0,0 +1,11 @@
|
||||
library(tidyverse)
|
||||
library(lubridate
|
||||
)
|
||||
print("Hello")
|
||||
|
||||
setwd("~/code/2024-dash_v1/data")
|
||||
data <- read.csv("transactions.csv.gz")
|
||||
|
||||
print(data)
|
||||
|
||||
print("Goodbye")
|
Reference in New Issue
Block a user