SMOLR_PROFILE: Create a SMOLR Profile

View source: R/smolr_profile.R

SMOLR_PROFILER Documentation

Create a SMOLR Profile

Description

This function creates a smolr profile to be used by the SMOLR_FAST_IMPORT function. This allows you to keep your data importing up to date even if the format of the data is changed by third parties.

Usage

SMOLR_PROFILE(name, original, xypc, skip)

Arguments

name

String with the name of the profile

original

A vector containing Names of the headers of the original file

xypc

A vector containing the column numbers of the columns containing the x, y, precision and channel values respectivily

skip

Number of lines to skip before the header of the file. Default is 0.

Examples

profile <- SMOLR_PROFILE("profile_name",c("ID","X","Y","First Frame","Precision","Channel","fit"),c(2,3,5,6),skip=0)
profile










ErasmusOIC/SMoLR documentation built on July 27, 2023, 8:05 p.m.