Learn R Programming

rangeModelMetadata (version 0.1.5)

cleanForCSV: Helper function for non-string metadata in rmmToCSV

Description

Cleans up metadata instances that get messy if one tries to write them directly to csv tables (i.e. extent objects, bibtex objects.)

Usage

cleanForCSV(x = NULL)

Value

Reformatted element for use in rmmToCSV function.

Arguments

x

An rmm entry that returned to the rmmToCSV function.

Author

Hannah Owens <hannah.owens@gmail.com>, Cory Merow <cory.merow@gmail.com>, Brian Maitner <bmaitner@gmail.com>

Details

This is a utility function for use by rmmToCSV.

See Also

Other csvConversion: csvToRMM(), rmmToCSV()