#' Get the supported version of PLINK2
#'
#' Get the supported version of PLINK2 as string.
#'
#' Use \link{create_plink_optionses} to obtain a list
#' of \code{plink_options}.
#' @examples
#' get_plink2_versions()
#' @author Richèl J.C. Bilderbeek
#' @export
get_plink2_versions <- function() {
c("2.0")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.