generate_blank_association_file {ISAnalytics} | R Documentation |
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.
generate_blank_association_file(path)
path |
The path on disk where the file should be written |
returns NULL
Other Utility functions:
as_sparse_matrix()
,
generate_Vispa2_launch_AF()
,
unzip_file_system()
temp <- tempfile() generate_blank_association_file(temp)