write_LAR {LARisk}R Documentation

Write a LAR object

Description

Write 'LAR' object to CSV file

Usage

write_LAR(x, filename)

## S3 method for class 'LAR'
write_LAR(x, filename)

## S3 method for class 'LAR_batch'
write_LAR(x, filename)

## S3 method for class 'LAR_group'
write_LAR(x, filename)

Arguments

x

a 'LAR' object.

filename

a string naming the file to save (.csv file)

Methods (by class)


[Package LARisk version 1.0.0 Index]