read_dir: Reading all x3p scans belonging to a folder

View source: R/read_bullet.R

read_dirR Documentation

Reading all x3p scans belonging to a folder

Description

Read all scans of a specified format from a folder. This operation is recursive, i.e. also reads scans from the folder of a folder.

Usage

read_dir(
  path,
  extension = "x3p",
  hierarchy = c("land", "bullet", "barrel", "set")
)

Arguments

path

character describing the path to a folder

extension

character value, consisting of the extension(s) describing the file format the scans are in

hierarchy

vector of characters describing the folder structure, starting from lowest level to highest.

Value

data frame of x3p files with appropriate meta information


heike/bulletxtrctr documentation built on March 8, 2024, 7:41 p.m.