File: dir_state.Rd

package info (click to toggle)
r-cran-testthat 3.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,452 kB
  • sloc: cpp: 9,261; ansic: 37; sh: 14; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 479 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/watcher.R
\name{dir_state}
\alias{dir_state}
\title{Capture the state of a directory.}
\usage{
dir_state(path, pattern = NULL, hash = TRUE)
}
\arguments{
\item{path}{path to directory}

\item{pattern}{regular expression with which to filter files}

\item{hash}{use hash (slow but accurate) or time stamp (fast but less
accurate)}
}
\description{
Capture the state of a directory.
}
\keyword{internal}