sdf2index: sdf2index

View source: R/sdf2Index.R

sdf2indexR Documentation

sdf2index

Description

Ensure data is in valid sdf format then index the sdf file. sdf files can be downloaded from https://mona.fiehnlab.ucdavis.edu/downloads.
This function makes use of functions to ensure validity and formatting is correct for pseudoDrift

Usage

sdf2index(sdf_input, out_name)

Arguments

sdf_input

Input file in .sdf format.

out_name

Name of the .xls file to be written out.

Value

Two files written to the current working directory: 1) an index .xls file with the outname prefix, 2) an sdf file with the valid prefix.

Examples

sdf2index(sdf_input = system.file("extdata", "test.sdf", package = "pseudoDrift"), out_name = "Index.xls")

jrod55/pseudoDrift documentation built on April 6, 2024, 5:23 a.m.