Tom Wenseleers

Results 89 comments of Tom Wenseleers

Still had to fix something minor in the documentation, but now CRAN informed me it's back online: https://cran.r-project.org/web/packages/export/index.html! Yahoo!

This should be resolved by updating these two packages on your side `install.packages(c("officer", "flextable"))` Closing this issue for now...

Sorry it seems that xtable, which export depends on, dropped support for a bunch of models & there is also no tidy method for splm objects. Best to ask the...

I seem to have asked a similar question here [https://github.com/Wytamma/GISAIDR/issues/26](url) where I mention that I found a solution to do this from R using RSelenium - see answer here [https://stackoverflow.com/questions/72632118/download-covid-patient-metadata-from-gisaid-website-in-r-using-rselenium](https://stackoverflow.com/questions/72632118/download-covid-patient-metadata-from-gisaid-website-in-r-using-rselenium)

For the record, with my login & credentials, this is how I managed to download a separate metadatafile with all the columns I was given access to & the code...

Right now I didn't implement that yet, but with some small modification in the code this would be possible...

Yes I think that's because you use the official interface that GISAID provides; the AA Substitutions column only seems present when one selects records directly on the GISAID website &...

Ha sorry. What a shame then - it seems GISAID somehow decided to give different users different tiers of access or what? How is one supposed to write reproducible code...

For the record, with my login & credentials, this is how I managed to download a separate metadatafile with all the columns I was given access to & the code...

Many thanks! If you would like to go have inference based on bootstrapping, one possibility could perhaps also be to register your package against the marginalmeans package, that also has...