Given a pin_id, returns the URL where the user can check the status of their job
Source:R/job_status_emails.R
createJobResultsURL.Rd
The 'base_url' parameter is set from the environment variable 'BASE_URL' if it's available, and defaults to "http://jravilab.org/molevolvr/" if it's not.
Usage
createJobResultsURL(
pin_id,
base_url = Sys.getenv("BASE_URL", unset = "http://jravilab.org/molevolvr/")
)