Skip to contents

Produces a blank association file to start using both VISPA2 and ISAnalytics

Usage

generate_blank_association_file(path)

Arguments

path

The path on disk where the file should be written - must be a file

Value

NULL

Examples

temp <- tempfile()
generate_blank_association_file(temp)