Skip to contents

Small helper function to create a custom ClinSight configuration file in a temporary folder. It will attempt to open it.

Usage

create_clinsight_config(
  path = ".",
  template_path = app_sys("golem-config.yml")
)

Arguments

path

Character string with destination path.

template_path

Path to the config template.

Value

A .yml configuration file.