Logs in to the BreedBase server using a username and password. If credentials are not provided, a pop-up window will prompt the user. The function is a wrapper around the `login_bms()` function, with encoding set to `form`.
login_breedbase(username = NULL, password = NULL)No return value. The access token is stored internally for future use.
The username (optional, default is NULL).
The password (optional, default is NULL).
Khaled Al-Shamaa, k.el-shamaa@cgiar.org