getAIPInfo: Extract info from AIP codes

View source: R/getAIPInfo.R

getAIPInfoR Documentation

Extract info from AIP codes

Description

Extract info from AIP codes

Usage

getAIPInfo(aipVector)

Arguments

aipVector

Vector of AIP.See Details

Details

AIP codes must be written in format DDLLPP, where DD is value of Distance to coast (mn/10), LL are values of Latitude (as integer) and PP is position (up or down).

Value

A data.frame with variables dc, lat and upDown.

Examples

getAIPInfo(c(30073, 1020, 2010))

LuisLauM/ruisu documentation built on March 26, 2024, 8:23 a.m.