Clean up templates
This commit is contained in:
15
workflow/templates/qhtcp/ExpTemplate/.Rhistory
Normal file
15
workflow/templates/qhtcp/ExpTemplate/.Rhistory
Normal 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()
|
||||
Reference in New Issue
Block a user