现在,你可以在你的 R 脚本中使用 ieugwasr 包,并且该包应该能够识别并使用你设置的 token 来访问 OpenGWAS 的 API。你可以通过以下代码来验证 token 是否被正确识别: R library(ieugwasr) ieugwasr::get_opengwas_jwt() 如果一切设置正确,上述代码将返回你的 token 值。
The default is [ieugwasr::check_access_token()]. #' @param opengwas_jwt Used to authenticate protected endpoints. Login to https://api.opengwas.io to obtain a jwt. Provide the jwt string here, or store in .Renviron under the keyname OPENGWAS_JWT. #' @param force_server Force the...