knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
The cabinet_cat() function tells you if the provided name belongs to a Cabinet Office cat.
Install and load with:
# install.packages("remotes") # remotes::install_github("matt-dray/cabinet") library(cabinet)
Ossie and Evie are Cabinet Office cats.
cabinet_cat("Ossie")
Larry, Gladstone and Palmerston live in other departments.
cabinet_cat("Larry")
Other cat names will not be successful.
cabinet_cat("Garfield")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.