We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88f8f8e + 61f5405 commit fa8a682Copy full SHA for fa8a682
_posts/2013-01-07-sugar-function-clamp.md
@@ -9,7 +9,7 @@ src: 2013-01-07-sugar-function-clamp.cpp
9
---
10
Since the 0.10.* release series, Rcpp contains a new sugar function `clamp`
11
which can be used to limit vectors to both a minimum and maximim value.
12
-[This recent StackOverflow question]() permitted `clamp` to
+[This recent StackOverflow question](http://stackoverflow.com/questions/13868963/clip-values-between-a-minimum-and-maximum-allowed-value-in-r/13870367#13870367) permitted `clamp` to
13
shine. We retake some of the answers, including the `clamp` entry
14
by Romain.
15
0 commit comments