R/RcppExports.R

Defines functions currency_format_ currency_unformat_

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

currency_format_ <- function(x, symbol, symbol_first, grouping, decimal, group) {
    .Call('lucr_currency_format_', PACKAGE = 'lucr', x, symbol, symbol_first, grouping, decimal, group)
}

currency_unformat_ <- function(x, decimal) {
    .Call('lucr_currency_unformat_', PACKAGE = 'lucr', x, decimal)
}
KevinPedroza/lucr documentation built on Dec. 2, 2019, 12:03 a.m.