diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 7951069..6af3c9c 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.6.7","generation_timestamp":"2024-01-24T10:02:02","documenter_version":"1.2.1"}} \ No newline at end of file +{"documenter":{"julia_version":"1.6.7","generation_timestamp":"2024-01-24T10:09:39","documenter_version":"1.2.1"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index d6b7ca1..7d6bf48 100644 --- a/dev/index.html +++ b/dev/index.html @@ -125,4 +125,4 @@ 39999 │ 2021 109 1912.0 6.89 0.96 7.85 40000 │ 2021 109 1911.0 4.7 0.63 5.33 40001 │ 2021 110 0.0 9.13 0.68 9.81 - 39952 rows omitted

Package Features

TODO

Documentation

HMD.get_countriesMethod

get_countries()

Returns a Dictionary of valid countries and territories (i.e "Australia", "Austria", etc.)

source
HMD.get_groupsMethod

get_groups()

Returns a Vector of valid groupings (i.e. "1x1", "1x5", etc.)

source
HMD.get_tablesMethod

get_tables()

Returns a Dictionary of valid tables (i.e. "Births", "Deaths", etc.).

source
HMD.read_HMDMethod

read_HMD(country::String, tbl::String, grp::String, username::String, password::String; save=false)

Takes as input the country, table, interval and user credentials.

  • country the country OR country code – see get_country() for a full list
  • tbl the chosen table OR table code – see get_table() for a full list
  • grp one of "1x1", "1x5", "1x10" – depending on combination with tbl
  • username email address when registering
  • password password when registering

Optional:

  • save a Boolean keyword to save to a CSV

Returns a DataFrame object if successful.

source
HMD.read_HMDMethod

read_HMD(file_name::String)

Takes as input the location of a .txt file downloaded from https://www.mortality.org/ and stored locally

Optional:

  • save a Boolean keyword to save to a CSV

Returns a DataFrame object containing the data.

source
+ 39952 rows omitted

Package Features

TODO

Documentation

HMD.get_countriesMethod

get_countries()

Returns a Dictionary of valid countries and territories (i.e "Australia", "Austria", etc.)

source
HMD.get_groupsMethod

get_groups()

Returns a Vector of valid groupings (i.e. "1x1", "1x5", etc.)

source
HMD.get_tablesMethod

get_tables()

Returns a Dictionary of valid tables (i.e. "Births", "Deaths", etc.).

source
HMD.read_HMDMethod

read_HMD(country::String, tbl::String, grp::String, username::String, password::String; save=false)

Takes as input the country, table, interval and user credentials.

  • country the country OR country code – see get_country() for a full list
  • tbl the chosen table OR table code – see get_table() for a full list
  • grp one of "1x1", "1x5", "1x10" – depending on combination with tbl
  • username email address when registering
  • password password when registering

Optional:

  • save a Boolean keyword to save to a CSV

Returns a DataFrame object if successful.

source
HMD.read_HMDMethod

read_HMD(file_name::String)

Takes as input the location of a .txt file downloaded from https://www.mortality.org/ and stored locally

Optional:

  • save a Boolean keyword to save to a CSV

Returns a DataFrame object containing the data.

source