LocalFileProvider: Read only file providers

Description Super classes Methods

Description

Read only file providers

Read only file providers

Super classes

ukcovidtools::AbstractFileProvider -> ukcovidtools::ReadOnlyFileProvider -> LocalFileProvider

Methods

Public methods

Inherited methods

Method absolutePath()

Usage
LocalFileProvider$absolutePath(parts)

Method new()

Local filesystem provider

Usage
LocalFileProvider$new(
  config,
  root = config$root,
  sep = .Platform$file.sep,
  ...
)
Arguments
root

- the top level directory from which to search for files

sep

- the platform file separator

...

for compatibility

Returns

the provider


Method listFiles()

Usage
LocalFileProvider$listFiles(directory = ".")

Method getFile()

Usage
LocalFileProvider$getFile(filename)

Method print()

Usage
LocalFileProvider$print()

Method clone()

The objects of this class are cloneable with this method.

Usage
LocalFileProvider$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


terminological/uk-covid-datatools documentation built on June 24, 2021, 8:16 p.m.