mk_nc_data: Create .csv file for CN data

View source: R/mk_nc_data.R

mk_nc_dataR Documentation

Create .csv file for CN data

Description

This function copies the spectra read using the read_spec function and creates a .csv file with a colum with their names and two empty columns where the user must add the C and N values. Thereafter the file is read with the function nc_data

Usage

mk_nc_data(raw.spec)

Arguments

raw.spec

The uploaded spectra read using the read_spec function

Value

A data frame with three columns, one containing the names extracted from the raw.spec, and two columns to be filled manually with the carbon and nitrogen values.

Examples

## any .txt file as output from BRUKER

SOMnmR documentation built on July 4, 2024, 9:06 a.m.

Related to mk_nc_data in SOMnmR...