Skip to content

Commit

Permalink
typo fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
JarkoDubbeldam authored Jul 19, 2017
1 parent c549dd8 commit 6ded206
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ One of those pesky things about packages, especially when you need to use multip

## Current included functions:

[`C`](https://github.com/JarkoDubbeldam/RG/blob/appendString/R/C.R): Numerical concatenation. Paste digits together and output a numeric.
[`+`](https://github.com/JarkoDubbeldam/RG/blob/appendString/R/AppendStrings.R): Augmented to be useful for strings. Works like `paste0` on strings.
- [`C`](https://github.com/JarkoDubbeldam/RG/blob/appendString/R/C.R): Numerical concatenation. Paste digits together and output a numeric.

- [`+`](https://github.com/JarkoDubbeldam/RG/blob/appendString/R/AppendStrings.R): Augmented to be useful for strings. Works like `paste0` on strings.

0 comments on commit 6ded206

Please sign in to comment.