Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.03 KB

Pretty Tables

Build status codecov Code Style: Blue

This package has the purpose to print data in matrices in a human-readable format. It was inspired in the functionality provided by https://ozh.github.io/ascii-tables/

Installation

julia> using Pkg
julia> Pkg.add("PrettyTables")

Example

Usage

See the documentation.