Maciej Beręsewicz

Results 18 comments of Maciej Beręsewicz

Sure, I will make a pull request to the end of this week.

You may also change `devtools` to `remotes` as it is now suggested way to install packages from GitHub and other repos.

Może jeszcze ten pakiet? rdom - https://github.com/cpsievert/rdom (obudowanie PhantomJS) Przydatny do parsowania stron, które opierają się na JavaScripts

Hadleyowy pakiet `haven` wczytuje pliki stata13 ("Works with Stata 13 and 14 files (foreign only works up to Stata 12).")

Concerning this issue, maybe we could leave this for the user? We do not know which columns they will use or find useful for their analysis.

@JimKnaub thank you, I will add this to the TODO list. I will reach you out as soon as possible.

Hi, yes, but it would only work if the rows I want to select are in order. In my case, they're spread out over the dataset.

Sure, this is what I actually do nowadays (split data into chunks). I understand that to make this possible is to make changes to the underlying `ReadStat` C library?

Maybe it would be possible to include the same approach as in the `pyreadstat` module? ```python import pyreadstat df, meta = pyreadstat.read_sas7bdat('/path/to/a/file.sas7bdat', metadataonly=True) ```