Skip to content

Commit 30403a3

Browse files
committed
stringr: include make a donation
1 parent 3bd2687 commit 30403a3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

stringr-basics.Rmd

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,3 +426,18 @@ word(change, 2, -1)
426426

427427
`stringr` has more functions but we'll discuss them in the chapters about
428428
[regular expressions](#regex1).
429+
430+
431+
-----
432+
433+
#### Make a donation {-}
434+
435+
If you find this resource useful, please consider making a one-time donation in any amount. Your support really matters.
436+
437+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
438+
<input type="hidden" name="cmd" value="_donations" />
439+
<input type="hidden" name="business" value="ZF6U7K5MW25W2" />
440+
<input type="hidden" name="currency_code" value="USD" />
441+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
442+
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
443+
</form>

0 commit comments

Comments
 (0)