diff --git a/index.html b/index.html index dc068b2..192cf87 100644 --- a/index.html +++ b/index.html @@ -71,21 +71,21 @@
  • ABARES Estimates;
  • -
  • the Australian Gridded Farm Data (AGFD) set;
  • -
  • the Australian Agricultural and Grazing Industries Survey (AAGIS) region mapping files;
  • -
  • the Historical Agricultural Forecast Database;
  • -
  • a Soil Thickness for Australian areas of intensive agriculture of Layer 1 (A Horizon - top-soil) (derived from soil mapping) map and;
  • +
  • the Australian Gridded Farm Data (AGFD) set, get_agfd();
  • +
  • the Australian Agricultural and Grazing Industries Survey (AAGIS) region mapping files, get_aagis_regions();
  • +
  • the Historical Agricultural Forecast Database, get_historical_forecast_database();
  • +
  • a Soil Thickness for Australian areas of intensive agriculture of Layer 1 (A Horizon - top-soil) (derived from soil mapping) map, get_soil_thickness() and;
  • the ABARES Trade Data including;
  • diff --git a/pkgdown.yml b/pkgdown.yml index e5089d0..032c303 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,7 +3,7 @@ pkgdown: 2.1.1 pkgdown_sha: ~ articles: read.abares: read.abares.html -last_built: 2024-10-27T10:38Z +last_built: 2024-11-02T02:51Z urls: reference: https://adamhsparks.codeberg.page/read.abares/reference article: https://adamhsparks.codeberg.page/read.abares/articles diff --git a/reference/get_abares_trade.html b/reference/get_abares_trade.html index 7d8e4e4..38ac928 100644 --- a/reference/get_abares_trade.html +++ b/reference/get_abares_trade.html @@ -77,10 +77,60 @@

    See also

    Examples

    trade <- get_abares_trade()
    -#> Error in get_abares_trade(): could not find function "get_abares_trade"
     
     trade
    -#> Error: object 'trade' not found
    +#>           Fiscal_year Month Year_month Calendar_year Trade_code
    +#>                <char> <int>     <Date>         <int>      <i64>
    +#>        1:     1999-00    10 1999-01-01          1999   20089216
    +#>        2:     1999-00    12 1999-12-01          1999   20089216
    +#>        3:     1994-95     7 1994-07-01          1994   20085000
    +#>        4:     1994-95     1 1995-01-01          1995   20085000
    +#>        5:     1996-97    11 1996-11-01          1996   20085000
    +#>       ---                                                      
    +#> 10684802:     2022-23     3 2023-03-01          2023 2521000025
    +#> 10684803:     2022-23     5 2023-05-01          2023 2521000025
    +#> 10684804:     2023-24     9 2023-09-01          2023 2521000025
    +#> 10684805:     2023-24    12 2023-12-01          2023 2521000025
    +#> 10684806:     2023-24     3 2024-03-01          2024 2521000025
    +#>                              Overseas_location           State Australian_port
    +#>                                         <char>          <char>          <char>
    +#>        1:                               Canada South Australia        Adelaide
    +#>        2:                               Canada South Australia        Adelaide
    +#>        3: France (includes Andorra and Monaco) South Australia        Adelaide
    +#>        4: France (includes Andorra and Monaco) South Australia        Adelaide
    +#>        5: France (includes Andorra and Monaco) South Australia        Adelaide
    +#>       ---                                                                     
    +#> 10684802:                                Japan South Australia         Whyalla
    +#> 10684803:                                Japan South Australia         Whyalla
    +#> 10684804:                                Japan South Australia         Whyalla
    +#> 10684805:                                Japan South Australia         Whyalla
    +#> 10684806:                                Japan South Australia         Whyalla
    +#>               Unit Trade_flow Mode_of_transport    Value Quantity
    +#>             <char>     <char>            <char>    <num>    <num>
    +#>        1: B Carton    Exports               AIR   1177.0   414.00
    +#>        2: B Carton    Exports               AIR   1829.0   202.00
    +#>        3: B Carton    Exports               AIR   1020.0    25.00
    +#>        4: B Carton    Exports               AIR   1509.0    37.00
    +#>        5: B Carton    Exports               AIR   8883.0   150.00
    +#>       ---                                                        
    +#> 10684802:   Tonnes    Imports               SEA 842441.3 10467.71
    +#> 10684803:   Tonnes    Imports               SEA 756946.3 40000.00
    +#> 10684804:   Tonnes    Imports               SEA 872098.3 47300.00
    +#> 10684805:   Tonnes    Imports               SEA 833927.2 47100.00
    +#> 10684806:   Tonnes    Imports               SEA 710253.6  8825.22
    +#>           Confidentiality_flag
    +#>                          <int>
    +#>        1:                    0
    +#>        2:                    0
    +#>        3:                    0
    +#>        4:                    0
    +#>        5:                    0
    +#>       ---                     
    +#> 10684802:                    0
    +#> 10684803:                    0
    +#> 10684804:                    0
    +#> 10684805:                    0
    +#> 10684806:                    0