-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
71 lines (49 loc) · 2.23 KB
/
README.Rmd
File metadata and controls
71 lines (49 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
<!-- You'll still need to render `README.Rmd` regularly, to keep `README.md` up-to-date. `devtools::build_readme()` is handy for this. -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# suncats <img src='https://i.imgur.com/bqEilMA.png' align="right" height="138.5" /></a>
`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.
### Usage
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.
### Format
A data frame with 9,919 rows (cats) and 8 variables
### 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.
### Installation
``` r
# Do the following once
# install.packages("devtools")
#Then install the package
devtools::install_github("Reed-Math241/suncats")
```
### Getting the data
``` r
# 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"))
```
### Source
URL :https://data.sunshinecoast.qld.gov.au/Administration/Registered-Animals/7f87-i6kx.
### Additional Information
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.