v3dR: v3dR

View source: R/v3dR.R

v3dRR Documentation

v3dR

Description

Import V3D ASCII Txt File To R

Usage

v3dR(full_filepath)

Arguments

full_filepath

Full filepath to txt file

Value

Dataframe containing txt data in long format

Examples

full_filepath = file.path("C:/local_repos/github/v3dR/data/L_A.txt")
df <- v3dR(full_filepath)

jouterleys/v3dR documentation built on March 6, 2024, 8:11 p.m.