#' encryptr: Encrypt and decrypt data frame or tibble columns using the strong RSA public/private keys.
#'
#' @section \code{encryptr} key generation:
#'
#' \link{genkeys},
#'
#' @section \code{encryptr} encrypt/decrypt:
#'
#' \link{encrypt},
#' \link{decrypt}
#' @docType package
#' @name encryptr-package
NULL
#' General Practioner (family doctor) practices in Scotland 2018
#'
#' From here: \url{https://digital.nhs.uk/services/organisation-data-service/data-downloads/home-countries}
#' Downloaded February 2019
#'
#' @name gp
#'
#' @format A data frame with 1212 rows and 12 variables
#' @docType data
#' @usage data(gp)
#' @keywords data
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.