afmReadVeecoFolder: Read all Bruke Nanoscope Veeco ascii files in a folder

Description Usage Arguments Value Examples

View source: R/afmReadVeecoFolder.R

Description

Read all Veeco ascii files in a given folder. It searches for all files containing a given patter (".txt" by default) and uses the afmReadVeeco function.

Usage

1
afmReadVeecoFolder(folder, pattern = ".txt", ...)

Arguments

folder

Name of the folder containing the Veeco files.

pattern

Pattern that will identify the Veeco files (".txt" by default).

...

Parameters to be passed to the afmReadVeeco() function.

Value

An afmexperiment class data structure with all F-d curves.

Examples

1
2
3
folder <- paste(path.package("afmToolkit"), "veecoFolder",sep = "/")
data <- afmReadVeecoFolder(folder = folder)
str(data)

rbensua/afmToolkit documentation built on Dec. 1, 2020, 2:14 a.m.