File: grepAcquDoubleValue.Rd

package info (click to toggle)
r-cran-readbrukerflexdata 1.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,196 kB
  • sloc: makefile: 6
file content (24 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/grepAcquValue-functions.R
\name{.grepAcquDoubleValue}
\alias{.grepAcquDoubleValue}
\title{Extracts values from acqu file.}
\usage{
.grepAcquDoubleValue(patternStr, srcStr)
}
\arguments{
\item{patternStr}{\code{character}, pattern to look for}

\item{srcStr}{\code{character} where to look for \code{patternStr}}
}
\value{
\code{double} vector of the value given in \code{patternStr}
}
\description{
This function is a helper function to extract double values from acqu file.
}
\seealso{
\code{\link[readBrukerFlexData]{.grepAcquValue}},
 \code{\link[readBrukerFlexData]{.readAcquFile}}
}
\keyword{internal}