lrberge / fixest

Fixed-effects estimations
https://lrberge.github.io/fixest/
361 stars 59 forks source link

Exporting `fixest:::fetch_data` #465

Closed kylebutts closed 4 months ago

kylebutts commented 5 months ago

Hi Laurent, is there any reason why fixest::fetch_data can't be exported? I'd be interested in using it for a package that I would want to put on CRAN (https://github.com/kylebutts/vcovSUR/tree/main)

lrberge commented 5 months ago

Hi Kyle, it's quite possible! I didn't because I didn't think it was of general use. But in your context it makes a lot of sense.

I'll add it this week. However, since it becomes a user level function, I'll change the name to fixest_fecth_data since the function is fixest-specific.

lrberge commented 4 months ago

It's there :-)

https://lrberge.github.io/fixest/reference/fixest_data.html