Packages

Series (one-dimensional) and dataframes (two-dimensional) for fast data exploration in Elixir

Retired package: Release invalid - The package was published without a file needed for compilation. So it was not compiling.

Current section

Files

Jump to
explorer lib explorer.ex
Raw

lib/explorer.ex

defmodule Explorer do
@external_resource "README.md"
@moduledoc "README.md"
|> File.read!()
|> String.split("<!-- MDOC -->")
|> Enum.fetch!(1)
end