DLMReader.jl
Welcome to the DLMReader.jl documentation!
This resource aims to teach you everything you need to know to get up and running with the DLMReader.jl package.
DLMReader is a delimited file reader/writer for Julia. It reads/writes delimited file into/from InMemoryDatasets.jl.
It is designed to be flexible, efficient, and performant.
Package manual
- Tutorial - Basics
- Tutorial - Advanced
- Introduction
filereader
filewriter
- Informats
- Performance tips
- Gallery
API
Only exported (i.e. available for use without DLMReader.
qualifier after loading the DLMReader.jl package with using DLMReader
) types and functions are considered a part of the public API of the DLMReader.jl package. In general all such objects are documented in this manual (in case some documentation is missing please kindly report an issue here).