get_api_key: Retrieves the DisGeNET API key for a user

View source: R/associated_diseases.R

get_api_keyR Documentation

Retrieves the DisGeNET API key for a user

Description

Given the email and password, retrieves the users API Key

Usage

get_api_key(email, password)

Arguments

email

the email of the user

password

the password of the user to connect to DisGeNET

Value

A string

Examples

# Not a real account so will return an error
get_api_key(email="user@gmail.com", password="myspwd")

KatrionaGoldmann/omicAnnotations documentation built on June 23, 2022, 2:15 p.m.