fst package

Results 2 comments of fst package

Hi @ccshao, thanks for your question! The example above could be expanded to include column- and row-names: ``` r # equivalent method to support writing full matrices write_fst_matrix

Hi @twest820, yes, from what I can see, `System.Data.DataTable` stores it's data row-wise in memory, so that wouldn't really fit a columnar storage format like `fst` (it would have very...