From 4d0a94b6007262029c3c1e7e89f7d2a3619c5732 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 29 Jul 2024 17:09:38 +0000 Subject: [PATCH] Built site for geobr@1.9.0: eeb552d --- 404.html | 14 +- LICENSE-text.html | 14 +- articles/index.html | 14 +- articles/intro_to_geobr.html | 36 ++- articles/python-intro/py-intro-to-geobr.html | 21 +- authors.html | 48 ++-- index.html | 14 +- news/index.html | 14 +- pkgdown.yml | 7 +- reference/cep_to_state.html | 22 +- reference/check_connection.html | 24 +- reference/download_gpkg.html | 20 +- reference/download_metadata.html | 16 +- reference/filter_state.html | 24 +- reference/geobr.html | 16 +- .../grid_state_correspondence_table.html | 14 +- reference/index.html | 16 +- reference/list_geobr.html | 22 +- reference/load_gpkg.html | 18 +- reference/lookup_muni.html | 30 ++- reference/numbers_only.html | 22 +- reference/read_amazon.html | 28 +-- reference/read_biomes.html | 28 +-- reference/read_capitals.html | 28 ++- reference/read_census_tract.html | 32 +-- reference/read_comparable_areas.html | 30 +-- reference/read_conservation_units.html | 28 +-- reference/read_country.html | 28 +-- reference/read_disaster_risk_area.html | 28 +-- reference/read_health_facilities.html | 26 +-- reference/read_health_region.html | 30 +-- reference/read_immediate_region.html | 30 +-- reference/read_indigenous_land.html | 28 +-- reference/read_intermediate_region.html | 30 +-- reference/read_meso_region.html | 30 +-- reference/read_metro_area.html | 30 +-- reference/read_micro_region.html | 30 +-- reference/read_municipal_seat.html | 26 +-- reference/read_municipality.html | 30 +-- reference/read_neighborhood.html | 28 +-- reference/read_pop_arrangements.html | 28 +-- reference/read_region.html | 28 +-- reference/read_schools.html | 26 +-- reference/read_semiarid.html | 28 +-- reference/read_state.html | 30 +-- reference/read_statistical_grid.html | 28 +-- reference/read_urban_area.html | 30 +-- reference/read_urban_concentrations.html | 28 +-- reference/read_weighting_area.html | 30 +-- reference/select_data_type.html | 20 +- reference/select_metadata.html | 24 +- reference/select_year_input.html | 20 +- sitemap.xml | 208 +++++------------- 53 files changed, 696 insertions(+), 806 deletions(-) diff --git a/404.html b/404.html index d6171991..6d454892 100644 --- a/404.html +++ b/404.html @@ -18,7 +18,7 @@ - +
- +
@@ -103,16 +103,16 @@

Page not found (404)

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/LICENSE-text.html b/LICENSE-text.html index 6d9cab23..d6a6aa30 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -3,7 +3,7 @@ - +
- +
@@ -78,15 +78,15 @@

License

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/articles/index.html b/articles/index.html index 068b4f91..9f7cda61 100644 --- a/articles/index.html +++ b/articles/index.html @@ -3,7 +3,7 @@ - +
- +
@@ -77,15 +77,15 @@

All vignettes

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/articles/intro_to_geobr.html b/articles/intro_to_geobr.html index 33663642..d6dc7f33 100644 --- a/articles/intro_to_geobr.html +++ b/articles/intro_to_geobr.html @@ -12,14 +12,13 @@ - - +
- +
@@ -84,7 +83,7 @@

Introduction to geobr (R)

- Source: ../vignettes/intro_to_geobr.Rmd + Source: vignettes/intro_to_geobr.Rmd
@@ -355,13 +354,13 @@

Using geobr together head(esg) #> # A tibble: 6 × 4 #> code_muni rede total cobertura -#> <chr> <dbl> <dbl> <dbl> -#> 1 1100015 0 7443. 0 -#> 2 1100023 182. 27654. 0.00660 -#> 3 1100031 0 1979. 0 -#> 4 1100049 10019. 24413. 0.410 -#> 5 1100056 5.81 5399 0.00108 -#> 6 1100064 28.9 6013. 0.00480

+#> <int> <dbl> <dbl> <dbl> +#> 1 1100015 0 7443. 0 +#> 2 1100023 182. 27654. 0.00660 +#> 3 1100031 0 1979. 0 +#> 4 1100049 10019. 24413. 0.410 +#> 5 1100056 5.81 5399 0.00108 +#> 6 1100064 28.9 6013. 0.00480

Now we only need to download the geometries of Brazilian municipalities from geobr, merge the spatial data with our estimates and map the results.

@@ -372,7 +371,6 @@

Using geobr together #> Using year/date 2010 # merge data -muni_sf$code_muni <- as.character(muni_sf$code_muni) esg_sf <- left_join(muni_sf, esg, by = 'code_muni') # plot map @@ -390,9 +388,7 @@

Using geobr together + @@ -405,16 +401,16 @@

Using geobr together

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/articles/python-intro/py-intro-to-geobr.html b/articles/python-intro/py-intro-to-geobr.html index 23d52f10..db634482 100644 --- a/articles/python-intro/py-intro-to-geobr.html +++ b/articles/python-intro/py-intro-to-geobr.html @@ -12,14 +12,13 @@ - - +
- +
@@ -84,7 +83,7 @@

Introduction to geobr (Python)

- Source: ../vignettes/python-intro/py-intro-to-geobr.Rmd + Source: vignettes/python-intro/py-intro-to-geobr.Rmd
@@ -360,9 +359,7 @@

Plot thematic map - -

+
@@ -375,16 +372,16 @@

Plot thematic map

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/authors.html b/authors.html index 54516777..200751cd 100644 --- a/authors.html +++ b/authors.html @@ -3,7 +3,7 @@ - +
- +
@@ -60,65 +60,65 @@

Authors and Citation

- +
  • Rafael H. M. Pereira. Author, maintainer.

  • -

    Caio Nogueira Goncalves. Author. +

    Caio Nogueira Goncalves. Author.

  • -

    Paulo Henrique Fernandes de Araujo. Contributor. +

    Paulo Henrique Fernandes de Araujo. Contributor.

  • -

    Guilherme Duarte Carvalho. Contributor. +

    Guilherme Duarte Carvalho. Contributor.

  • -

    Rodrigo Almeida de Arruda. Contributor. +

    Rodrigo Almeida de Arruda. Contributor.

  • -

    Igor Nascimento. Contributor. +

    Igor Nascimento. Contributor.

  • -

    Barbara Santiago Pedreira da Costa. Contributor. +

    Barbara Santiago Pedreira da Costa. Contributor.

  • -

    Welligtton Silva Cavedo. Contributor. +

    Welligtton Silva Cavedo. Contributor.

  • -

    Pedro R. Andrade. Contributor. +

    Pedro R. Andrade. Contributor.

  • -

    Alan da Silva. Contributor. +

    Alan da Silva. Contributor.

  • -

    Carlos Kauê Vieira Braga. Contributor. +

    Carlos Kauê Vieira Braga. Contributor.

  • -

    Carl Schmertmann. Contributor. +

    Carl Schmertmann. Contributor.

  • -

    Alessandro Samuel-Rosa. Contributor. +

    Alessandro Samuel-Rosa. Contributor.

  • -

    Daniel Ferreira. Contributor. +

    Daniel Ferreira. Contributor.

  • -

    Marcus Saraiva. Contributor. +

    Marcus Saraiva. Contributor.

  • @@ -126,7 +126,7 @@

    Authors and Citation

  • -

    Ipea - Institue for Applied Economic Research. Copyright holder, funder. +

    Ipea - Institue for Applied Economic Research. Copyright holder, funder.

@@ -140,7 +140,7 @@

Citation

Pereira R, Goncalves C (2024). geobr: Download Official Spatial Data Sets of Brazil. -R package version 1.9.0, https://github.com/ipeaGIT/geobr, https://ipeagit.github.io/geobr/. +R package version 1.9.0, https://github.com/ipeaGIT/geobr, https://ipeagit.github.io/geobr/.

@Manual{,
   title = {geobr: Download Official Spatial Data Sets of Brazil},
@@ -161,15 +161,15 @@ 

Citation

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/index.html b/index.html index a94ed440..59abf586 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ - +
- +
@@ -537,16 +537,16 @@

Developers

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/news/index.html b/news/index.html index 92edd9b3..14fccb03 100644 --- a/news/index.html +++ b/news/index.html @@ -3,7 +3,7 @@ - +
- +
@@ -290,15 +290,15 @@
-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/pkgdown.yml b/pkgdown.yml index 845ebc80..f23479fb 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -1,8 +1,7 @@ pandoc: 3.1.11 -pkgdown: 2.0.9 +pkgdown: 2.1.0 pkgdown_sha: ~ articles: intro_to_geobr: intro_to_geobr.html - py-intro-to-geobr: python-intro/py-intro-to-geobr.html -last_built: 2024-04-25T13:39Z - + python-intro/py-intro-to-geobr: python-intro/py-intro-to-geobr.html +last_built: 2024-07-29T17:08Z diff --git a/reference/cep_to_state.html b/reference/cep_to_state.html index 894937af..adab021e 100644 --- a/reference/cep_to_state.html +++ b/reference/cep_to_state.html @@ -4,7 +4,7 @@ - +
- +
@@ -73,16 +73,16 @@

Determine the state of a given CEP postal code

Arguments

-
cep
+ + +
cep

A character string with 8 digits in the format "xxxxxxxx", or with the format 'xxxxx-xxx'.

Value

- - -

A character string with a state abbreviation.

+

A character string with a state abbreviation.

@@ -104,15 +104,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/check_connection.html b/reference/check_connection.html index f62f9267..672db539 100644 --- a/reference/check_connection.html +++ b/reference/check_connection.html @@ -3,7 +3,7 @@ - +
- +
@@ -74,19 +74,19 @@

Check internet connection with Ipea server

Arguments

-
url
+ + +
url

A string with the url address of an aop dataset

-
silent
+
silent

Logical. Throw a message when silent is FALSE (default)

Value

- - -

Logical. TRUE if url is working, FALSE if not.

+

Logical. TRUE if url is working, FALSE if not.

@@ -101,15 +101,15 @@

Value

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/download_gpkg.html b/reference/download_gpkg.html index c7bcbd5b..f64d73bd 100644 --- a/reference/download_gpkg.html +++ b/reference/download_gpkg.html @@ -3,7 +3,7 @@ - +
- +
@@ -71,11 +71,13 @@

Download geopackage to tempdir

Arguments

-
file_url
+ + +
file_url

A string with the file_url address of a geobr dataset

-
progress_bar
+
progress_bar

Logical. Defaults to (TRUE) display progress bar

@@ -92,15 +94,15 @@

Arguments

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/download_metadata.html b/reference/download_metadata.html index 5e3ea6e6..ad595203 100644 --- a/reference/download_metadata.html +++ b/reference/download_metadata.html @@ -3,7 +3,7 @@ - +
- +
@@ -74,7 +74,7 @@

Support function to download metadata internally used in geobr

Examples

if (FALSE)  if (interactive()) {
 df <- download_metadata()
-}
+} # \dontrun{}
-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/filter_state.html b/reference/filter_state.html index 1389d57c..1bf6302d 100644 --- a/reference/filter_state.html +++ b/reference/filter_state.html @@ -3,7 +3,7 @@ - +
- +
@@ -74,11 +74,13 @@

Filter data set to return specific states

Arguments

-
temp_sf
+ + +
temp_sf

An internal simple feature or data.frame

-
code
+
code

The two-digit code of a state or a two-letter uppercase abbreviation (e.g. 33 or "RJ"). If code_state="all" (the default), the function downloads all states.

@@ -86,9 +88,7 @@

Arguments

Value

- - -

A simple feature sf or data.frame.

+

A simple feature sf or data.frame.

@@ -103,15 +103,15 @@

Value

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/geobr.html b/reference/geobr.html index 4653539c..abae922d 100644 --- a/reference/geobr.html +++ b/reference/geobr.html @@ -6,7 +6,7 @@ - +
- +
@@ -74,7 +74,7 @@

geobr: Download Official Spatial Data Sets of Brazil

Usage

- +

Please check the vignettes for more on the package usage:

  • Introduction to geobr (R) on the website.

@@ -118,15 +118,15 @@

Author

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/grid_state_correspondence_table.html b/reference/grid_state_correspondence_table.html index b150b715..f55a3311 100644 --- a/reference/grid_state_correspondence_table.html +++ b/reference/grid_state_correspondence_table.html @@ -9,7 +9,7 @@ - +
- +
@@ -103,15 +103,15 @@

Note

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/index.html b/reference/index.html index afe7e4c2..62e42bc0 100644 --- a/reference/index.html +++ b/reference/index.html @@ -1,9 +1,9 @@ -Function reference • geobrPackage index • geobr - +
- +
@@ -228,15 +228,15 @@

Support functions
-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/list_geobr.html b/reference/list_geobr.html index 7086288c..e06a4874 100644 --- a/reference/list_geobr.html +++ b/reference/list_geobr.html @@ -3,7 +3,7 @@ - +
- +
@@ -71,15 +71,11 @@

List all data sets available in the geobr package

Value

- - -

A data.frame

- - +

A data.frame

See also

-

Other support functions: +

Other support functions: lookup_muni()

@@ -99,15 +95,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/load_gpkg.html b/reference/load_gpkg.html index 0e6a3fd6..2b9a565a 100644 --- a/reference/load_gpkg.html +++ b/reference/load_gpkg.html @@ -3,7 +3,7 @@ - +
- +
@@ -71,7 +71,9 @@

Load geopackage from tempdir to global environment

Arguments

-
temps
+ + +
temps

The address of a gpkg file stored in tempdir. Defaults to NULL

@@ -88,15 +90,15 @@

Arguments

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/lookup_muni.html b/reference/lookup_muni.html index d07b39ca..4e497722 100644 --- a/reference/lookup_muni.html +++ b/reference/lookup_muni.html @@ -5,7 +5,7 @@ - +
- +
@@ -75,25 +75,21 @@

Look up municipality codes and names

Arguments

-
name_muni
+ + +
name_muni

The municipality name to be looked up.

-
code_muni
+
code_muni

The municipality code to be looked up.

Value

- - -

A data.frame with 13 columns identifying the geographies information +

A data.frame with 13 columns identifying the geographies information of that municipality.

- -

A data.frame

- -

Details

@@ -101,7 +97,7 @@

Details

See also

-

Other support functions: +

Other support functions: list_geobr()

@@ -131,15 +127,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/numbers_only.html b/reference/numbers_only.html index 6668e2e4..880bba4f 100644 --- a/reference/numbers_only.html +++ b/reference/numbers_only.html @@ -3,7 +3,7 @@ - +
- +
@@ -71,15 +71,15 @@

Check if vector only has numeric characters

Arguments

-
x
+ + +
x

A vector.

Value

- - -

Logical. TRUE if vector only has numeric characters.

+

Logical. TRUE if vector only has numeric characters.

@@ -94,15 +94,15 @@

Value

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_amazon.html b/reference/read_amazon.html index 17b25cf4..803c6a2d 100644 --- a/reference/read_amazon.html +++ b/reference/read_amazon.html @@ -5,7 +5,7 @@ - +
- +
@@ -75,11 +75,13 @@

Download spatial data of Brazil's Legal Amazon

Arguments

-
year
+ + +
year

Numeric. Year of the data in YYYY format. Defaults to 2012.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -88,19 +90,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_biomes(), read_capitals(), read_comparable_areas(), @@ -145,15 +145,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_biomes.html b/reference/read_biomes.html index 03f7dc4a..89ff70b5 100644 --- a/reference/read_biomes.html +++ b/reference/read_biomes.html @@ -6,7 +6,7 @@ - +
- +
@@ -77,11 +77,13 @@

Download spatial data of Brazilian biomes

Arguments

-
year
+ + +
year

Numeric. Year of the data in YYYY format. Defaults to 2019.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -90,19 +92,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_capitals(), read_comparable_areas(), @@ -147,15 +147,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_capitals.html b/reference/read_capitals.html index f6200146..cce69015 100644 --- a/reference/read_capitals.html +++ b/reference/read_capitals.html @@ -6,7 +6,7 @@ - +
- +
@@ -77,27 +77,25 @@

Download data of state capitals

Arguments

-
as_sf
+ + +
as_sf

Logic FALSE or TRUE, indicating whether the function should return a spatial data in sf format (Defaults to TRUE) or in a data.frame format without spatial information (FALSE).

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object or a "data.frame"

- - +

An "sf" "data.frame" object or a "data.frame"

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_comparable_areas(), @@ -145,15 +143,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_census_tract.html b/reference/read_census_tract.html index 57338ee3..6b41270a 100644 --- a/reference/read_census_tract.html +++ b/reference/read_census_tract.html @@ -3,7 +3,7 @@ - +
- +
@@ -77,7 +77,9 @@

Download spatial data of census tracts of the Brazilian Population Census

Arguments

-
code_tract
+ + +
code_tract

The 7-digit code of a Municipality. If the two-digit code or a two-letter uppercase abbreviation of a state is passed, (e.g. 33 or "RJ") the function will load all census tracts of that state. If @@ -85,16 +87,16 @@

Arguments

country.

-
year
+
year

Numeric. Year of the data in YYYY format. Defaults to 2010.

-
zone
+
zone

For census tracts before 2010, 'urban' and 'rural' census tracts are separate data sets.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -103,19 +105,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other general area functions: +

Other general area functions: read_conservation_units()

@@ -148,15 +148,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_comparable_areas.html b/reference/read_comparable_areas.html index b7c33d15..7922814d 100644 --- a/reference/read_comparable_areas.html +++ b/reference/read_comparable_areas.html @@ -9,7 +9,7 @@ - +
- +
@@ -88,17 +88,19 @@

Download spatial data of historically comparable municipalities

Arguments

-
start_year
+ + +
start_year

Numeric. Start year to the period in the YYYY format. Defaults TO 1970.

-
end_year
+
end_year

Numeric. End year to the period in the YYYY format. Defaults to 2010.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -107,15 +109,13 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

Details

@@ -126,7 +126,7 @@

Details

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -170,15 +170,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_conservation_units.html b/reference/read_conservation_units.html index 88ffb9ca..31c8d8ab 100644 --- a/reference/read_conservation_units.html +++ b/reference/read_conservation_units.html @@ -5,7 +5,7 @@ - +
- +
@@ -75,11 +75,13 @@

Download spatial data of Brazilian environmental conservation units

Arguments

-
date
+ + +
date

Numeric. Date of the data in YYYYMM format. Defaults to 201909.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -88,19 +90,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other general area functions: +

Other general area functions: read_census_tract()

@@ -121,15 +121,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_country.html b/reference/read_country.html index c4ae0430..9d9f2e68 100644 --- a/reference/read_country.html +++ b/reference/read_country.html @@ -3,7 +3,7 @@ - +
- +
@@ -71,11 +71,13 @@

Download spatial data of Brazil's national borders

Arguments

-
year
+ + +
year

Numeric. Year of the data in YYYY format. Defaults to 2010.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -84,19 +86,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -141,15 +141,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_disaster_risk_area.html b/reference/read_disaster_risk_area.html index cc61e767..c33d6622 100644 --- a/reference/read_disaster_risk_area.html +++ b/reference/read_disaster_risk_area.html @@ -11,7 +11,7 @@ - +
- +
@@ -87,11 +87,13 @@

Download spatial data of disaster risk areas

Arguments

-
year
+ + +
year

Numeric. Year of the data in YYYY format. Defaults to 2010.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -100,19 +102,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -157,15 +157,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_health_facilities.html b/reference/read_health_facilities.html index d98348d8..d8e65210 100644 --- a/reference/read_health_facilities.html +++ b/reference/read_health_facilities.html @@ -17,7 +17,7 @@ - +
- +
@@ -99,24 +99,24 @@

Download geolocated data of health facilities

Arguments

-
date
+ + +
date

Numeric. Date of the data in YYYYMM format. Defaults to 202303, which was the latest data available by the time of this update.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -161,15 +161,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_health_region.html b/reference/read_health_region.html index 28dd8817..910f7377 100644 --- a/reference/read_health_region.html +++ b/reference/read_health_region.html @@ -7,7 +7,7 @@ - +
- +
@@ -84,17 +84,19 @@

Download spatial data of Brazilian health regions and health macro regions

Arguments

-
year
+ + +
year

Numeric. Year of the data in YYYY format. Defaults to 2013, the latest available.

-
macro
+
macro

Logic. If FALSE (default), the function downloads health regions data. If TRUE, the function downloads macro regions data.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -103,19 +105,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -163,15 +163,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_immediate_region.html b/reference/read_immediate_region.html index bd964f83..2f06c57f 100644 --- a/reference/read_immediate_region.html +++ b/reference/read_immediate_region.html @@ -4,7 +4,7 @@ - +
- +
@@ -78,7 +78,9 @@

Download spatial data of Brazil's Immediate Geographic Areas

Arguments

-
code_immediate
+ + +
code_immediate

6-digit code of an immediate region. If the two-digit code or a two-letter uppercase abbreviation of a state is passed, (e.g. 33 or "RJ") the function will load all immediate regions of that state. @@ -86,11 +88,11 @@

Arguments

immediate regions of the country.

-
year
+
year

Numeric. Year of the data in YYYY format. Defaults to 2019.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -99,19 +101,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -164,15 +164,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_indigenous_land.html b/reference/read_indigenous_land.html index 32f6061f..35f354b5 100644 --- a/reference/read_indigenous_land.html +++ b/reference/read_indigenous_land.html @@ -8,7 +8,7 @@ - +
- +
@@ -81,11 +81,13 @@

Download spatial data of indigenous lands in Brazil

Arguments

-
date
+ + +
date

Numeric. Date of the data in YYYYMM format. Defaults to 201907.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -94,19 +96,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -151,15 +151,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_intermediate_region.html b/reference/read_intermediate_region.html index 50f5d8e3..225b0eab 100644 --- a/reference/read_intermediate_region.html +++ b/reference/read_intermediate_region.html @@ -6,7 +6,7 @@ - +
- +
@@ -82,7 +82,9 @@

Download spatial data of Brazil's Intermediate Geographic Areas

Arguments

-
code_intermediate
+ + +
code_intermediate

4-digit code of an intermediate region. If the two-digit code or a two-letter uppercase abbreviation of a state is passed, (e.g. 33 or "RJ") the function will load all intermediate @@ -90,11 +92,11 @@

Arguments

function downloads all intermediate regions of the country.

-
year
+
year

Numeric. Year of the data in YYYY format. Defaults to 2019.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -103,19 +105,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -168,15 +168,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_meso_region.html b/reference/read_meso_region.html index 3e7eceb7..f8ad83aa 100644 --- a/reference/read_meso_region.html +++ b/reference/read_meso_region.html @@ -3,7 +3,7 @@ - +
- +
@@ -76,7 +76,9 @@

Download spatial data of meso regions

Arguments

-
code_meso
+ + +
code_meso

The 4-digit code of a meso region. If the two-digit code or a two-letter uppercase abbreviation of a state is passed, (e.g. 33 or "RJ") the function will load all meso regions of that state. If @@ -84,11 +86,11 @@

Arguments

regions of the country.

-
year
+
year

Numeric. Year of the data in YYYY format. Defaults to 2010.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -97,19 +99,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -161,15 +161,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_metro_area.html b/reference/read_metro_area.html index 05e9d974..191ab8a3 100644 --- a/reference/read_metro_area.html +++ b/reference/read_metro_area.html @@ -8,7 +8,7 @@ - +
- +
@@ -86,17 +86,19 @@

Download spatial data of official metropolitan areas in Brazil

Arguments

-
year
+ + +
year

Numeric. Year of the data in YYYY format. Defaults to 2018.

-
code_state
+
code_state

The two-digit code of a state or a two-letter uppercase abbreviation (e.g. 33 or "RJ"). If code_state="all" (the default), the function downloads all states.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -105,19 +107,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -164,15 +164,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_micro_region.html b/reference/read_micro_region.html index 0eb42420..80c9ac7d 100644 --- a/reference/read_micro_region.html +++ b/reference/read_micro_region.html @@ -3,7 +3,7 @@ - +
- +
@@ -76,7 +76,9 @@

Download spatial data of micro regions

Arguments

-
code_micro
+ + +
code_micro

5-digit code of a micro region. If the two-digit code or a two-letter uppercase abbreviation of a state is passed, (e.g. 33 or "RJ") the function will load all micro regions of that state. If @@ -84,11 +86,11 @@

Arguments

country.

-
year
+
year

Numeric. Year of the data in YYYY format. Defaults to 2010.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -97,19 +99,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -161,15 +161,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_municipal_seat.html b/reference/read_municipal_seat.html index 749c4855..4c8676cb 100644 --- a/reference/read_municipal_seat.html +++ b/reference/read_municipal_seat.html @@ -6,7 +6,7 @@ - +
- +
@@ -77,23 +77,23 @@

Download spatial data of municipal seats (sede dos municipios) in Brazil

Arguments

-
year
+ + +
year

Numeric. Year of the data in YYYY format. Defaults to 2010.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -138,15 +138,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_municipality.html b/reference/read_municipality.html index 5e51c88e..a9409d51 100644 --- a/reference/read_municipality.html +++ b/reference/read_municipality.html @@ -3,7 +3,7 @@ - +
- +
@@ -76,7 +76,9 @@

Download spatial data of Brazilian municipalities

Arguments

-
code_muni
+ + +
code_muni

The 7-digit identification code of a municipality. If code_muni = "all" (Default), the function downloads all municipalities of the country. Alternatively, if a two-digit @@ -86,11 +88,11 @@

Arguments

the geobr::lookup_muni() function.

-
year
+
year

Numeric. Year of the data in YYYY format. Defaults to 2010.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -99,19 +101,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -163,15 +163,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_neighborhood.html b/reference/read_neighborhood.html index 40fd622b..61519257 100644 --- a/reference/read_neighborhood.html +++ b/reference/read_neighborhood.html @@ -5,7 +5,7 @@ - +
- +
@@ -75,11 +75,13 @@

Download spatial data of neighborhood limits of Brazilian municipalities

Arguments

-
year
+ + +
year

Numeric. Year of the data in YYYY format. Defaults to 2010.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -88,19 +90,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -145,15 +145,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_pop_arrangements.html b/reference/read_pop_arrangements.html index b386ea01..5b790417 100644 --- a/reference/read_pop_arrangements.html +++ b/reference/read_pop_arrangements.html @@ -6,7 +6,7 @@ - +
- +
@@ -77,11 +77,13 @@

Download population arrangements in Brazil

Arguments

-
year
+ + +
year

Numeric. Year of the data in YYYY format. Defaults to 2015.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -90,19 +92,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -147,15 +147,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_region.html b/reference/read_region.html index c0982bae..b122e25f 100644 --- a/reference/read_region.html +++ b/reference/read_region.html @@ -3,7 +3,7 @@ - +
- +
@@ -71,11 +71,13 @@

Download spatial data of Brazil Regions

Arguments

-
year
+ + +
year

Numeric. Year of the data in YYYY format. Defaults to 2010.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -84,19 +86,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -141,15 +141,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_schools.html b/reference/read_schools.html index 4915e597..6862525e 100644 --- a/reference/read_schools.html +++ b/reference/read_schools.html @@ -9,7 +9,7 @@ - +
- +
@@ -83,23 +83,23 @@

Download geolocated data of schools

Arguments

-
year
+ + +
year

Numeric. Year of the data in YYYY format. Defaults to 2020.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -144,15 +144,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_semiarid.html b/reference/read_semiarid.html index 739167b4..f24acd43 100644 --- a/reference/read_semiarid.html +++ b/reference/read_semiarid.html @@ -5,7 +5,7 @@ - +
- +
@@ -75,11 +75,13 @@

Download spatial data of the Brazilian Semiarid region

Arguments

-
year
+ + +
year

Numeric. Year of the data in YYYY format. Defaults to 2017.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -88,19 +90,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -145,15 +145,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_state.html b/reference/read_state.html index eb3c61b8..49e8256e 100644 --- a/reference/read_state.html +++ b/reference/read_state.html @@ -3,7 +3,7 @@ - +
- +
@@ -76,17 +76,19 @@

Download spatial data of Brazilian states

Arguments

-
code_state
+ + +
code_state

The two-digit code of a state or a two-letter uppercase abbreviation (e.g. 33 or "RJ"). If code_state="all" (the default), the function downloads all states.

-
year
+
year

Numeric. Year of the data in YYYY format. Defaults to 2010.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -95,19 +97,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -158,15 +158,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_statistical_grid.html b/reference/read_statistical_grid.html index 368f1cf3..2e9a8782 100644 --- a/reference/read_statistical_grid.html +++ b/reference/read_statistical_grid.html @@ -3,7 +3,7 @@ - +
- +
@@ -71,7 +71,9 @@

Download spatial data of IBGE's statistical grid

Arguments

-
code_grid
+ + +
code_grid

If two-letter abbreviation or two-digit code of a state is passed, the function will load all grid quadrants that intersect with that state. If code_grid="all", the grid of @@ -80,24 +82,22 @@

Arguments

can be consulted at geobr::grid_state_correspondence_table.

-
year
+
year

Numeric. Year of the data in YYYY format. Defaults to 2010. The only year available thus far is 2010.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -145,15 +145,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_urban_area.html b/reference/read_urban_area.html index 3d1a8970..1d5a3e2e 100644 --- a/reference/read_urban_area.html +++ b/reference/read_urban_area.html @@ -6,7 +6,7 @@ - +
- +
@@ -82,17 +82,19 @@

Download spatial data of urbanized areas in Brazil

Arguments

-
year
+ + +
year

Numeric. Year of the data in YYYY format. Defaults to 2015.

-
code_state
+
code_state

The two-digit code of a state or a two-letter uppercase abbreviation (e.g. 33 or "RJ"). If code_state="all" (the default), the function downloads all states.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -101,19 +103,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -158,15 +158,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_urban_concentrations.html b/reference/read_urban_concentrations.html index 39c7cff3..52587504 100644 --- a/reference/read_urban_concentrations.html +++ b/reference/read_urban_concentrations.html @@ -6,7 +6,7 @@ - +
- +
@@ -77,11 +77,13 @@

Download urban concentration areas in Brazil

Arguments

-
year
+ + +
year

Numeric. A year number in YYYY format. Defaults to 2015.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -90,19 +92,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -147,15 +147,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/read_weighting_area.html b/reference/read_weighting_area.html index ad83914f..8f2d91a9 100644 --- a/reference/read_weighting_area.html +++ b/reference/read_weighting_area.html @@ -3,7 +3,7 @@ - +
- +
@@ -76,18 +76,20 @@

Download spatial data of Census Weighting Areas (area de ponderacao) of the

Arguments

-
code_weighting
+ + +
code_weighting

The 7-digit code of a Municipality. If the two-digit code or a two-letter uppercase abbreviation of a state is passed, (e.g. 33 or "RJ") the function will load all weighting areas of that state. If code_weighting="all", all weighting areas of the country are loaded.

-
year
+
year

Numeric. Year of the data. Defaults to 2010.

-
simplified
+
simplified

Logic FALSE or TRUE, indicating whether the function should return the data set with 'original' spatial resolution or a data set with 'simplified' geometry. Defaults to TRUE. For spatial analysis and @@ -96,19 +98,17 @@

Arguments

topology with a dTolerance of 100.

-
showProgress
+
showProgress

Logical. Defaults to TRUE display progress bar.

Value

- - -

An "sf" "data.frame" object

+

An "sf" "data.frame" object

See also

-

Other area functions: +

Other area functions: read_amazon(), read_biomes(), read_capitals(), @@ -165,15 +165,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/select_data_type.html b/reference/select_data_type.html index 20eeb3a1..6730daf6 100644 --- a/reference/select_data_type.html +++ b/reference/select_data_type.html @@ -3,7 +3,7 @@ - +
- +
@@ -71,11 +71,13 @@

Select data type: 'original' or 'simplified' (default)

Arguments

-
temp_meta
+ + +
temp_meta

A dataframe with the file_url addresses of geobr datasets

-
simplified
+
simplified

Logical TRUE or FALSE indicating whether the function returns the 'original' dataset with high resolution or a dataset with 'simplified' borders (Defaults to TRUE)

@@ -92,15 +94,15 @@

Arguments

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/select_metadata.html b/reference/select_metadata.html index 12041108..45f20525 100644 --- a/reference/select_metadata.html +++ b/reference/select_metadata.html @@ -3,7 +3,7 @@ - +

- +
@@ -71,15 +71,17 @@

Select metadata

Arguments

-
geography
+ + +
geography

Which geography will be downloaded.

-
year
+
year

Year of the dataset (passed by read_ function).

-
simplified
+
simplified

Logical TRUE or FALSE indicating whether the function returns the 'original' dataset with high resolution or a dataset with 'simplified' borders (Defaults to TRUE).

@@ -94,7 +96,7 @@

Examples

df <- download_metadata() -} +} # \dontrun{}
@@ -109,15 +111,15 @@

Examples

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/reference/select_year_input.html b/reference/select_year_input.html index 860669c1..8c1c0617 100644 --- a/reference/select_year_input.html +++ b/reference/select_year_input.html @@ -3,7 +3,7 @@ - +
- +
@@ -71,11 +71,13 @@

Select year input

Arguments

-
temp_meta
+ + +
temp_meta

A dataframe with the file_url addresses of geobr datasets

-
y
+
y

Year of the dataset (passed by red_ function)

@@ -92,15 +94,15 @@

Arguments

-

Site built with pkgdown 2.0.9.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/sitemap.xml b/sitemap.xml index 2fe7a990..7d925942 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,156 +1,54 @@ - - - - /404.html - - - /LICENSE-text.html - - - /articles/index.html - - - /articles/intro_to_geobr.html - - - /articles/python-intro/py-intro-to-geobr.html - - - /authors.html - - - /index.html - - - /news/index.html - - - /reference/cep_to_state.html - - - /reference/check_connection.html - - - /reference/download_gpkg.html - - - /reference/download_metadata.html - - - /reference/filter_state.html - - - /reference/geobr.html - - - /reference/grid_state_correspondence_table.html - - - /reference/index.html - - - /reference/list_geobr.html - - - /reference/load_gpkg.html - - - /reference/lookup_muni.html - - - /reference/numbers_only.html - - - /reference/read_amazon.html - - - /reference/read_biomes.html - - - /reference/read_capitals.html - - - /reference/read_census_tract.html - - - /reference/read_comparable_areas.html - - - /reference/read_conservation_units.html - - - /reference/read_country.html - - - /reference/read_disaster_risk_area.html - - - /reference/read_health_facilities.html - - - /reference/read_health_region.html - - - /reference/read_immediate_region.html - - - /reference/read_indigenous_land.html - - - /reference/read_intermediate_region.html - - - /reference/read_meso_region.html - - - /reference/read_metro_area.html - - - /reference/read_micro_region.html - - - /reference/read_municipal_seat.html - - - /reference/read_municipality.html - - - /reference/read_neighborhood.html - - - /reference/read_pop_arrangements.html - - - /reference/read_region.html - - - /reference/read_schools.html - - - /reference/read_semiarid.html - - - /reference/read_state.html - - - /reference/read_statistical_grid.html - - - /reference/read_urban_area.html - - - /reference/read_urban_concentrations.html - - - /reference/read_weighting_area.html - - - /reference/select_data_type.html - - - /reference/select_metadata.html - - - /reference/select_year_input.html - + +/404.html +/LICENSE-text.html +/articles/index.html +/articles/intro_to_geobr.html +/articles/python-intro/py-intro-to-geobr.html +/authors.html +/index.html +/news/index.html +/reference/cep_to_state.html +/reference/check_connection.html +/reference/download_gpkg.html +/reference/download_metadata.html +/reference/filter_state.html +/reference/geobr.html +/reference/grid_state_correspondence_table.html +/reference/index.html +/reference/list_geobr.html +/reference/load_gpkg.html +/reference/lookup_muni.html +/reference/numbers_only.html +/reference/read_amazon.html +/reference/read_biomes.html +/reference/read_capitals.html +/reference/read_census_tract.html +/reference/read_comparable_areas.html +/reference/read_conservation_units.html +/reference/read_country.html +/reference/read_disaster_risk_area.html +/reference/read_health_facilities.html +/reference/read_health_region.html +/reference/read_immediate_region.html +/reference/read_indigenous_land.html +/reference/read_intermediate_region.html +/reference/read_meso_region.html +/reference/read_metro_area.html +/reference/read_micro_region.html +/reference/read_municipal_seat.html +/reference/read_municipality.html +/reference/read_neighborhood.html +/reference/read_pop_arrangements.html +/reference/read_region.html +/reference/read_schools.html +/reference/read_semiarid.html +/reference/read_state.html +/reference/read_statistical_grid.html +/reference/read_urban_area.html +/reference/read_urban_concentrations.html +/reference/read_weighting_area.html +/reference/select_data_type.html +/reference/select_metadata.html +/reference/select_year_input.html +