First attempt at script-run-workflow

This commit is contained in:
2024-07-21 23:50:24 -04:00
parent 628356652d
commit 06dd700680
290 changed files with 5524411 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
is.numeric(NA)
is.numeric(as.numeric(NA)
)
inp= a
inp= "a"
inp <- inp[!is.na(inp)]
inp
!is.na(inp)
is.na(inp)
inp
gsub(pattern = (/D)), replacement= 3)
gsub(pattern = ("[/D)"), replacement= 3)
gsub(pattern = inp("[/D)"), replacement= 3)
list.files
list.files()