Learn R Programming

multicastR (version 1.0.1)

mc_write_mcr: Write a multicastR table to file

Description

Writes a table generated by mc_convert_mcr to a txt file.

Usage

mc_write_mcr(raw, writeto, filename)

Arguments

raw

A data.table in multicastR format.

writeto

Directory to which to write output to. Defaults to getwd.

filename

A length 1 character vector containing the name of the written output. If empty, defaults to "multicast_YYMM".

Value

None.