ATE.import {angstromATE} | R Documentation |
Imports Angstrom Engineering Thermal Evaporator Log Data
Description
Imports Angstrom Engineering Thermal Evaporator Log Data
Usage
ATE.import(filename)
Arguments
filename |
CSV filename including path for the ATE log file |
Value
data frame with around 50 variables and rows that represent time; the variables include Date, Time, SubstrateShutterOpen, ChamberPressure and many other parameters.
Author(s)
Thomas Gredig
Examples
fileName = ATE.sampleFiles("csv")[1]
d = ATE.import(fileName)
head(d)
[Package angstromATE version 0.1.2 Index]