dropTasPData: Drop TasP (Northern Areas) from a dataframe.

View source: R/getBSData.R

dropTasPDataR Documentation

Drop TasP (Northern Areas) from a dataframe.

Description

Function to drop obervations from TasP areas.

Usage

dropTasPData(dat, bsdat = NULL)

Arguments

dat

A dataset, which will be merged with the Bounded Structures dataset, to determine if observations come from the TasP (northern) areas. If an observation cannot be linked to an area, it is kept.

bsdat

The Bounded Structures dataset with BSIntID and PIPSA variables.

Value

data.frame

Examples

# This is what the dropTasP argument does when it is TRUE.
hiv <- readHIVData(dropTasP = FALSE)
hiv <- dropTasPData(hiv)

vando026/ahri documentation built on Aug. 10, 2024, 3:20 p.m.