You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,5 +25,6 @@ One of those pesky things about packages, especially when you need to use multip
25
25
26
26
## Current included functions:
27
27
28
-
[`C`](https://github.com/JarkoDubbeldam/RG/blob/appendString/R/C.R): Numerical concatenation. Paste digits together and output a numeric.
29
-
[`+`](https://github.com/JarkoDubbeldam/RG/blob/appendString/R/AppendStrings.R): Augmented to be useful for strings. Works like `paste0` on strings.
28
+
-[`C`](https://github.com/JarkoDubbeldam/RG/blob/appendString/R/C.R): Numerical concatenation. Paste digits together and output a numeric.
29
+
30
+
-[`+`](https://github.com/JarkoDubbeldam/RG/blob/appendString/R/AppendStrings.R): Augmented to be useful for strings. Works like `paste0` on strings.
0 commit comments