added r script not releasable code yet

This commit is contained in:
2025-08-24 21:28:33 +02:00
parent d77c51cc81
commit 017f9fbf2e
14 changed files with 101 additions and 16 deletions

11
tools/stat_check.R Normal file
View 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")