suncats
is a data package of the cats registered with the Sunshine
Coast region, Queensland, Australia from 2016-2021. The package is
collected and monthly updated by the Sunshine Coast Council.
Assess the population of cats in Sunshine Coast region by name, gender, age, breed, color and de-sexing for Sunshine Coast government policy and identification.
A data frame with 9,919 rows (cats) and 8 variables
Name, The given name of each registered Cat (Max, Spot, etc).
Breed, The first listed breed of a cat (Tabby, Burmese, etc).
PrimaryColor, the first listed color for each cat (Black, White, etc).
SecondaryColor, the first listed color for each cat (Grey, White,
etc).
De-sexed, Whether or not the cat has been Spayed or Neutered (had its
reproductive organs removed in Yes or No.).
Gender, listed gender of each cat (Male, Female). Locality, local
sunshine coast location name (Alexandra Headland, Yaroomba, etc.).
Age, age of the cat at the time of registry.
# Do the following once
# install.packages("devtools")
#Then install the package
devtools::install_github("Reed-Math241/suncats")
# Load the library
library(suncats)
# To get data on all Tabby breed in Sunshine Coast from 2016 to 2021
Tabby <- suncats(name = "Tabby")
# To get data on multiple breeds
two_breeds <- suncats(name = c("Tabby","Somali"))
URL :https://data.sunshinecoast.qld.gov.au/Administration/Registered-Animals/7f87-i6kx.
Person registering a cat needs to be over 18 years old.
General pet registration information at Sunshine
Coast:https://www.sunshinecoast.qld.gov.au/Pay-and-Apply/Cat-and-Dog-Registration/General-Registration-Information.