c2r: translate C name nm_c to its original R counterpart (if found...

View source: R/rex2arma.inc.R

c2rR Documentation

translate C name nm_c to its original R counterpart (if found in dictionary dc2r, elsewhere leave it as is)

Description

translate C name nm_c to its original R counterpart (if found in dictionary dc2r, elsewhere leave it as is)

Usage

c2r(nm_c, dc2r = dc2r)

Arguments

nm_c

(string) C variable name

dc2r

(string) named vector of R names (named by C counterparts)

Value

A string, R variable name


sgsokol/rex2arma documentation built on May 5, 2023, 12:07 a.m.