Félix Luginbuhl
Félix Luginbuhl
I have made a quick fix using `dplyr::bind_rows()`. You can install my fix by running `devtools::install_github("lgnbhl/airtabler")`. The repository where I fixed this issue: https://github.com/lgnbhl/airtabler
Thank you for the explanation and for the solution using echarty :)
Thanks you so much! Yes, it is exactly what I wanted. However, I am not able to reproduce it with the R package "echarts4r": https://github.com/JohnCoene/echarts4r/issues/460#issuecomment-1242675482
Hello Martin Zbinden, I made [a fork](https://github.com/lgnbhl/pxR) of the pxR package in order to make it compatible with the Swiss Federal Statistical Office (or BFS). My fork is just the...
Hi @jaySf,, My guess is that pxR::read.px() fails to read PX files from BFS with Windows. Sometimes the function works fine with Mac and Linux but not always... I don't...
Hi @statzg , Thank you very much for sharing your fix! I will implement it in my BFS package.
@RPanczak to get BFS data in multiple languages you can also use the {BFS} R package. As the dataset is very large, you need to query specific elements of the...
Here a workaround to make all the column titles of the table bold (but doesn't fix more advanced styling, such filling cell with a specific color): ``` r library(gt) mtcars...
Here a workaround to make all the column titles of the table bold (but doesn't fix more advanced styling, such filling cell with a specific color): ``` r library(gt) mtcars...
> Here a workaround to make all the column titles of the table bold (but doesn't fix more advanced styling, such filling cell with a specific color): > > ```r...