addnums: Adds things together strings or simple addition

View source: R/addnums.R

addnumsR Documentation

Adds things together strings or simple addition

Description

Adds things together strings or simple addition

Usage

addnums(x, num, type = "string", delim = "")

Arguments

x

is the first string or number

num

is the number to add (should be numeric)

type

should be string or numeric, determines output

delim

if type is string, this separates the x and num

Value

a string or numeric value


Beabaea/bwpackage documentation built on May 1, 2022, 12:15 a.m.