Closed vortexing closed 3 months ago
token <- proof_authenticate(username, password)
will give you your token, then
proof_status(token=token)$cromwellUrl
will return the proof server URL.
The more I think about this, I don't think we need this guidance for two reasons:
proof_start
function still won't allow them to create another server, it just returns Error: Conflict (HTTP 409) Job is already running
. At that point, it feels logical for them to go to proof_status
to identify the existing server's details.Closing this for now, but can definitely reopen if people disagree.
... via the shiny app, can we provide some guidance about how to then connect to that server via proofr in R? Do we need to make a new server via proofr? Can you get your token from the app? I'd hope not, right?