Skip to contents

test_login tests if the login works.

Usage

test_login(genesis = NULL, ...)

Arguments

genesis

to authenticate a user and set the database (see below).

...

other arguments send to the httr::GET request.

Value

a string with the server return message.

Examples


 if (FALSE) {

 test_login(genesis=c(db="regio") )

 }