filter_arrw: Filter data set to return specific states

View source: R/utils.R

filter_arrwR Documentation

Filter data set to return specific states

Description

Filter data set to return specific states

Usage

filter_arrw(
  temp_arrw = parent.frame()$temp_arrw,
  code,
  error_message = "Invalid value to argument `code_`."
)

Arguments

temp_arrw

An internal arrow table

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.

error_message

A string with the error message to be printed

Value

A simple feature sf or data.frame.


geobr documentation built on June 23, 2026, 5:06 p.m.