generate_blank_association_file {ISAnalytics}R Documentation

Creates a blank association file.

Description

This function is useful if you want a blank association file to start using both Vispa2 and this package or simply if you want a correct framework to fix a malformed association file you have already.

Usage

generate_blank_association_file(path)

Arguments

path

The path on disk where the file should be written

Value

returns NULL

See Also

Other Utility functions: as_sparse_matrix(), generate_Vispa2_launch_AF(), unzip_file_system()

Examples

temp <- tempfile()
generate_blank_association_file(temp)

[Package ISAnalytics version 1.2.1 Index]