-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Quarto GHA Workflow Runner
committed
Jun 17, 2024
1 parent
6bf7f41
commit 7ddbe70
Showing
9 changed files
with
44 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
f1788b49 | ||
6f992183 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -315,7 +315,7 @@ <h2 class="anchored" data-anchor-id="join-and-split">Join and Split</h2> | |
<div class="cell"> | ||
<div class="sourceCode cell-code" id="cb19"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb19-1"><a href="#cb19-1" aria-hidden="true" tabindex="-1"></a><span class="fu">str_dup</span>(fruit, <span class="at">times =</span> <span class="dv">2</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div> | ||
</div></li> | ||
<li><p><code>str_split_fixed(string, pattern, n)</code>: Split a vector of strings into a matrix of substrings (splitting at occurrences of a pattern match). Also <code>str_split()</code> to return a list of substrings and <code>str_split_n()</code> to return the nth substring.</p> | ||
<li><p><code>str_split_fixed(string, pattern, n)</code>: Split a vector of strings into a matrix of substrings (splitting at occurrences of a pattern match). Also <code>str_split()</code> to return a list of substrings and <code>str_split_i()</code> to return the ith substring.</p> | ||
<div class="cell"> | ||
<div class="sourceCode cell-code" id="cb20"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb20-1"><a href="#cb20-1" aria-hidden="true" tabindex="-1"></a><span class="fu">str_split_fixed</span>(sentences, <span class="st">" "</span>, <span class="at">n =</span> <span class="dv">3</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div> | ||
</div></li> | ||
|
@@ -903,7 +903,7 @@ <h3 class="anchored" data-anchor-id="groups">Groups</h3> | |
<hr> | ||
<p>CC BY SA Posit Software, PBC • <a href="mailto:[email protected]">[email protected]</a> • <a href="https://posit.co">posit.co</a></p> | ||
<p>Learn more at <a href="https://stringr.tidyverse.org">stringr.tidyverse.org</a>.</p> | ||
<p>Updated: 2024-05.</p> | ||
<p>Updated: 2024-06.</p> | ||
<div class="cell"> | ||
<div class="sourceCode cell-code" id="cb80"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb80-1"><a href="#cb80-1" aria-hidden="true" tabindex="-1"></a><span class="fu">packageVersion</span>(<span class="st">"stringr"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div> | ||
<div class="cell-output cell-output-stdout"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.