blanton v0.1.2 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 from string
example
iex(3)> Blanton.Utils.convert_upcased_string("string") "STRING"
Link to this function
dataset_id()
Specs
dataset_id() :: String.t()
Return dataset id from config/config.exs
Link to this function
load_all_deps()
Specs
load_all_deps() :: list()
Link to this function
project_id()
Specs
project_id() :: String.t()
Return project id from config/config.exs
Link to this function
to_s(from)
Specs
Convert any to string
example
iex(1)> Blanton.Utils.to_s(:atom) "atom"
Link to this function
verify_config!()
Specs
verify_config!() :: Boolean.t()