# \donttest{
# Define working directory
wd <- tempdir()
# Load data
ResultDataTA <- RoME::TA
# Filter for specific area if needed
ResultDataTA <- ResultDataTA[ResultDataTA$AREA == 18, ]
# Run the check for year 2005
check_swept_area(ResultDataTA, year = 2005, wd = wd, suffix = NULL)
# }
Run the code above in your browser using DataLab