unknown_count: counts number of unknowns that have been identified.

View source: R/unknowns.R

unknown_countR Documentation

counts number of unknowns that have been identified.

Description

counts number of unknowns that have been identified.

Usage

unknown_count(x, by = FALSE)

Arguments

x

type list produced by read_dima().

by

default is FALSE. Can count by unknown type if by is set to type

Value

A table of the number of unkonwns with a FinalCode identified.

Examples

library(AIMtools)
# Make sure you are connected to AGOL Online
library(arcgisbinding)
arc.check_product()

# Load data from AGOL online
agol_data<-load_data()

#Table of identified unknowns.
unknown_count(agol_data)

#Table of unknowns by type ("AF", "PF", "SH", etc.).
unknown_count(agol_data, by="type")


mschmidty/AIMtools documentation built on Sept. 29, 2022, 7:40 p.m.