Learn R Programming

angstromATE (version 0.1.3)

ATE.import: Imports Angstrom Engineering Thermal Evaporator Log Data

Description

Imports Angstrom Engineering Thermal Evaporator Log Data

Usage

ATE.import(filename)

Value

data frame with around 50 variables and rows that represent time; the variables include Date, Time, SubstrateShutterOpen, ChamberPressure and many other parameters.

Arguments

filename

CSV filename including path for the ATE log file

Author

Thomas Gredig

Examples

Run this code
fileName = ATE.sampleFiles("csv")[1]
d = ATE.import(fileName)
head(d)

Run the code above in your browser using DataLab