#' Title
#'
#' @return
#' @export
#'
#' @examples
configGWAS <- function() {
url = "https://internal-api.app.finngen.fi/internal-api/"
.sandbox_token = Sys.getenv("SANDBOX_TOKEN")
connection_sandboxAPI <- FGpheWAS::createSandboxAPIConnection(url, .sandbox_token)
return(connection_sandboxAPI)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.