unknown_count | R Documentation |
counts number of unknowns that have been identified.
unknown_count(x, by = FALSE)
x |
type list produced by |
by |
default is FALSE. Can count by unknown type if by is set to |
A table of the number of unkonwns with a FinalCode identified.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.