R/api_url.R

Defines functions api_url

api_url <- function(temporary = TRUE) {
  if (temporary) {
    'https://api.planscore.org/upload/temporary'
  } else {
    'https://api.planscore.org/upload'
  }
}

Try the planscorer package in your browser

Any scripts or data that you put into this service are public.

planscorer documentation built on Sept. 24, 2024, 5:08 p.m.