logbooks_translate: Translate data.frame column names in package Logbooks to...

Description Usage Arguments Value Examples

View source: R/translate_function.R

Description

Loads a data.frame from package Logbooks while simultaneously translating the column names from Icelandic to English.

Usage

1

Arguments

data

An unqoted name of a data.frame from package Logbooks

Value

A data.frame the same as data, but with English column names instead of Icelandic.

Examples

1
2
botnv_en <- logbooks_translate(botnv)
names(botnv_en)

pfrater/LogbooksTranslate documentation built on May 29, 2019, 2:57 p.m.