nalimilan / FreqTables.jl

Frequency tables in Julia
Other
89 stars 19 forks source link

Feature Request: Export #41

Closed ClimateNexus closed 5 years ago

ClimateNexus commented 5 years ago

Hey guys. Nice work on this. Really helps to quickly run tables of weighted survey data instead of using a tapply approach. I'm a little new to Julia, as we're looking to transition away from R. Would it be possible to include an export function either to HTML/LATEX or be able to convert the table dataframe? (in R it would be something like as.data.frame.matrix().) Thanks.

nalimilan commented 5 years ago

That's something to ask in NamedArrays. This package's goal is only to create the table from raw data.