pxR icon indicating copy to clipboard operation
pxR copied to clipboard

Results 13 pxR issues
Sort by recently updated
recently updated
newest added

Fix date format. Currently there is an error since in the minutes lot appears the month.

I have changed the "strsplit" function to "str_split" on line 72 of read.px which causes reading problems with large files, more and more frequent in recent years

Firstly, thank you for this very useful package! I got an error when using ```pxR::read.px``` in order to read some PX files from the Swiss Federal Statistical Office (or BFS)...

The native `read.table` function, of which `read.csv` etc. are based, offer a `text` parameter where you can submit the file as text. This is convenient when e.g. reading a downloaded...

Hi @cjgb Many thanks for super useful package! Is there a way to define which language of the file to use? I'm working with file from [BfS](https://www.bfs.admin.ch/bfs/en/home/statistics/population/births-deaths/deaths.assetdetail.17664403.html) that comes in...

Same as below: strsplit leads to Error C stack. str_split works

Can I write multilingual px files with pxR?

hola, He intentado utilizar el package "pxR" para leer el archivo "30824.px", 1 Indicadores de renta media y mediana, del Atlas de Distribución de los Hogares de la Estadística Experimental...

Adding the missing na strings "....." and "......" to na.strings This is solving issue #1 The other pull request from @lgnbhl is missing the "......" (six dots).

Modify the split character in break.clean() to fix #3 . Currently split is done with "-character. That leaves extra levels which are dropped. Dropping extra levels drops also blank levels,...