Displaying 1 result from an estimated 1 matches for "sql2sqlite".
2019 Dec 15
1
system2 doesn't quote stdin on unix, unlike stdout, stderr & input and on Windows
...s.jagsfile.R; stdin is constant "script.cmd"
- m2r: R/m2.R; stdin is constant ""
- scriptexec: R/scriptexec.R; stdin is passed as-is or default value retained
- BioInstaller: inst/extdata/shiny/global_var.R; stdin is "" by default and
passed as-is, callers of the sql2sqlite function don't quote the sql.file
argument
- annovarR: R/build.R: same sql2sqlite function as above