blanton v0.2.2 Blanton.Utils

Frequently used functions

Link to this section Summary

Functions

Convert upcased String from atom

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 atom

example

iex(4)> Blanton.Utils.convert_upcased_string(:atom) "ATOM"

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(2)> Blanton.Utils.to_s("str") "str"

Link to this function

verify_config!()

Specs

verify_config!() :: Boolean.t()