hdr2df: Convert '.hdr' file into data frame

Description Usage Arguments Examples

View source: R/handle_hdr.R

Description

Convert '.hdr' file into data frame

Usage

1
hdr2df(path, species, pick_rank = NULL)

Arguments

path

Path of the target hdr file

species

Species in romaji

pick_rank

'Rank' (A, B, C, etc.) to find location

Examples

1
2
3
4
5
6
7
## Not run: 
  hdr2df("PATH_TO_HDR_FILE/sample.hdr", species = "maiwashi")
  hdr2df("PATH_TO_HDR_FILE/sample.hdr",
         species   = "maiwashi",
         pick_rank = "C")

## End(Not run)

kikirinrin/otolithr documentation built on April 30, 2020, 10:05 a.m.