Skip to content

StatisticsGreenland/pxjob64Win

Repository files navigation

pxjob64Win

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.

Package installation in R

#install.packages("pak")
pak::pak("StatisticsGreenland/pxjob64Win")

Example to check validity of a px-file

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=""))

About

PXJob executables

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages