Installing this package installs PXJob by Statistics Finland, and makes it accessible from R.
This package exists, because it is used to run some test cases in pxmake.
#install.packages("pak")
pak::pak("StatisticsGreenland/pxjob64Win")
library(pxjob64Win)
pxjob(input = "input_px_file.px",
output = file.path('output', 'parsed_px_file.px)
)
Pxedit/Pxjob also offers learning material when instaling/unpacking the files from Statistics Finland. To learn more, read the documentation:
Advanced use:
library(pxjob64Win)
pxjob <- c(system.file(package = "pxjob64Win","PxJob64.exe"))
system(paste(pxjob, " px" , " in=",tmp_file," out=",matrix,".px",sep=""))
system(paste(pxjob, " px" , " in=", matrix, ".px", " meta=", ctl_file, " -a", sep=""))