yanlesin / SEC13Flist

Returns a data frame with SEC Official List of Section 13F Securities for given Year and Quarter by parsing official list
Creative Commons Zero v1.0 Universal
7 stars 1 forks source link

Replace internal function str_split_wrap with readr::read_lines() #55

Closed yanlesin closed 3 years ago

yanlesin commented 3 years ago

this will add readr as dependency, but will remove need to use purrr. Also faster.

yanlesin commented 3 years ago

resolved