blanton v0.1.0 Blanton.Utils

Frequently used functions

Link to this section Summary

Functions

Convert upcased String from string

Return dataset id from config/config.exs

Return project id from config/config.exs

Convert any to string

Link to this section Functions

Link to this function

convert_upcased_string(from)

Specs

convert_upcased_string(atom()) :: String.t()
convert_upcased_string(String.t()) :: String.t()

Convert upcased String from string

example

iex(3)> Blanton.Utils.convert_upcased_string("string") "STRING"

Specs

dataset_id() :: String.t()

Return dataset id from config/config.exs

Link to this function

load_all_deps()

Specs

load_all_deps() :: list()

Specs

project_id() :: String.t()

Return project id from config/config.exs

Specs

to_s(String.t()) :: String.t()
to_s(atom()) :: String.t()

Convert any to string

example

iex(1)> Blanton.Utils.to_s(:atom) "atom"

Link to this function

verify_config!()

Specs

verify_config!() :: Boolean.t()