Lars Pedersen

Results 4 comments of Lars Pedersen

We have developed pxmake to handle multilingual files. On CRAN

I believe pxmake does - with differencies. You can check out articles on : https://statisticsgreenland.github.io/pxmake/ ``` library(tidyverse) library(pxR) library(pxmake) # pxR my.px.object % px_save("my.pxmake.px") # pxmake, adding multilingual metadata my.pxmake.data...

Hi Carlos, Can you think of an example, I should try? Here is one: ``` library(tidyverse) library(pxR) library(pxmake) my.px.object % px() %>% px_axis_version(my.px.object$AXIS.VERSION[[1]]) %>% px_charset(my.px.object$CHARSET[[1]]) %>% px_contents(my.px.object$CONTENTS[[1]]) %>% px_creation_date(my.px.object$CREATION.DATE[[1]]) %>%...

Hi again @cjgb, Check out the learning material on https://thranholm.quarto.pub/rwanda-px-files-and-r/ that Emil has written Best regards Lars