R/golem_add_external_resources.R

Defines functions golem_add_external_resources

# Add external Resources to the Application

golem_add_external_resources <- function(){
  add_resource_path(
    'www', app_sys('app/www')
  )
}

Try the dataCompare package in your browser

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

dataCompare documentation built on Nov. 2, 2024, 9:06 a.m.