Skip to contents

Creates an empty exercise Excel file.

Usage

create_exercise_excel(file)

Arguments

file

A string, name of a text file.

Value

A string.

Examples


# \donttest{
file <- create_exercise_excel(file = tempfile(fileext = '.xlsx'))
# }