View Source Tucan.Datasets (tucan v0.1.1)

Common datasets for Tucan demos and docs.

Summary

Functions

Reruns the url of the given dataset.

Types

@type t() ::
  :barley
  | :iris
  | :corruption
  | :cars
  | :gapminder
  | :weather
  | :titanic
  | :penguins
  | :stocks
  | :flights
  | :tips
  | :movies
  | :unemployment

Functions

@spec dataset(atom()) :: binary()

Reruns the url of the given dataset.

Raises an error if the dataset is invalid.

Currently the following datasets are supported:

  • :barley
  • :cars
  • :corruption
  • :flights
  • :gapminder
  • :iris
  • :movies
  • :penguins
  • :stocks
  • :tips
  • :titanic
  • :unemployment
  • :weather