#' @title Defector
#'
#' @description Strategy rules:
#' 1. Defects systematically.
#'
defector <- function(opponent, memory) {
"D"
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.