Skip to contents

Render an HTML profile of a single applicant

Usage

render_profile(json_path, show_inter = TRUE, output_file = NA, template = NA)

Arguments

json_path

The path to the applicant's JSON file

show_inter

Show/hide the section on internationality and interdisciplinarity

output_file

The file name (optionally including a path) of the output report. If NA, it uses the last name from the applicant plus the current date-time as filename and stores it in the same folder as the source json file.

template

The path to the .qmd file with the profile. If set to NA(default), the package's built-in profile is used.

Value

The path to the rendered file