| <!DOCTYPE html> |
| <!-- Generated by pkgdown: do not edit by hand --><html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="description" content='The arrow package contains methods for 37 dplyr table functions, many of |
| which are "verbs" that do transformations to one or more tables. |
| The package also has mappings of 209 R functions to the corresponding |
| functions in the Arrow compute library. These allow you to write code inside |
| of dplyr methods that call R functions, including many in packages like |
| stringr and lubridate, and they will get translated to Arrow and run |
| on the Arrow query engine (Acero). This document lists all of the mapped |
| functions.'><title>Functions available in Arrow dplyr queries — acero • Arrow R Package</title><!-- favicons --><link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png"><link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png"><link rel="apple-touch-icon" type="image/png" sizes="180x180" href="../apple-touch-icon.png"><link rel="apple-touch-icon" type="image/png" sizes="120x120" href="../apple-touch-icon-120x120.png"><link rel="apple-touch-icon" type="image/png" sizes="76x76" href="../apple-touch-icon-76x76.png"><link rel="apple-touch-icon" type="image/png" sizes="60x60" href="../apple-touch-icon-60x60.png"><script src="../deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link href="../deps/bootstrap-5.2.2/bootstrap.min.css" rel="stylesheet"><script src="../deps/bootstrap-5.2.2/bootstrap.bundle.min.js"></script><!-- Font Awesome icons --><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/v4-shims.min.css" integrity="sha256-wZjR52fzng1pJHwx4aV2AO3yyTOXrcDW7jBpJtTwVxw=" crossorigin="anonymous"><!-- bootstrap-toc --><script src="https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@v1.0.1/dist/bootstrap-toc.min.js" integrity="sha256-4veVQbu7//Lk5TSmc7YV48MxtMy98e26cf5MrgZYnwo=" crossorigin="anonymous"></script><!-- headroom.js --><script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/headroom.min.js" integrity="sha256-AsUX4SJE1+yuDu5+mAVzJbuYNPHj/WroHuZ8Ir/CkE0=" crossorigin="anonymous"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/jQuery.headroom.min.js" integrity="sha256-ZX/yNShbjqsohH1k95liqY9Gd8uOiE1S4vZc+9KQ1K4=" crossorigin="anonymous"></script><!-- clipboard.js --><script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js" integrity="sha256-inc5kl9MA1hkeYUt+EC3BhlIgyp/2jDIyBLS6k3UxPI=" crossorigin="anonymous"></script><!-- search --><script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/6.4.6/fuse.js" integrity="sha512-zv6Ywkjyktsohkbp9bb45V6tEMoWhzFzXis+LrMehmJZZSys19Yxf1dopHx7WzIKxr5tK2dVcYmaCk2uqdjF4A==" crossorigin="anonymous"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/autocomplete.js/0.38.0/autocomplete.jquery.min.js" integrity="sha512-GU9ayf+66Xx2TmpxqJpliWbT5PiGYxpaG8rfnBEk1LL8l1KGkRShhngwdXK1UgqhAzWpZHSiYPc09/NwDQIGyg==" crossorigin="anonymous"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/mark.min.js" integrity="sha512-5CYOlHXGh6QpOFA/TeTylKLWfB3ftPsde7AnmhuitiTX4K5SqCLBeKro6sPS8ilsz1Q4NRx3v8Ko2IBiszzdww==" crossorigin="anonymous"></script><!-- pkgdown --><script src="../pkgdown.js"></script><script src="../extra.js"></script><meta property="og:title" content="Functions available in Arrow dplyr queries — acero"><meta property="og:description" content='The arrow package contains methods for 37 dplyr table functions, many of |
| which are "verbs" that do transformations to one or more tables. |
| The package also has mappings of 209 R functions to the corresponding |
| functions in the Arrow compute library. These allow you to write code inside |
| of dplyr methods that call R functions, including many in packages like |
| stringr and lubridate, and they will get translated to Arrow and run |
| on the Arrow query engine (Acero). This document lists all of the mapped |
| functions.'><meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"><meta property="og:image:alt" content="Apache Arrow logo, displaying the triple chevron image adjacent to the text"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:creator" content="@apachearrow"><meta name="twitter:site" content="@apachearrow"><!-- mathjax --><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script><!--[if lt IE 9]> |
| <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> |
| <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
| <![endif]--><!-- Matomo --><script> |
| var _paq = window._paq = window._paq || []; |
| /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
| /* We explicitly disable cookie tracking to avoid privacy issues */ |
| _paq.push(['disableCookies']); |
| _paq.push(['trackPageView']); |
| _paq.push(['enableLinkTracking']); |
| (function() { |
| var u="https://analytics.apache.org/"; |
| _paq.push(['setTrackerUrl', u+'matomo.php']); |
| _paq.push(['setSiteId', '20']); |
| var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
| g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
| })(); |
| </script><!-- End Matomo Code --></head><body> |
| <a href="#main" class="visually-hidden-focusable">Skip to contents</a> |
| |
| |
| <nav class="navbar fixed-top navbar-dark navbar-expand-lg bg-black"><div class="container"> |
| |
| <a class="navbar-brand me-2" href="../index.html">Arrow R Package</a> |
| |
| <span class="version"> |
| <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">11.0.0</small> |
| </span> |
| |
| |
| <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation"> |
| <span class="navbar-toggler-icon"></span> |
| </button> |
| |
| <div id="navbar" class="collapse navbar-collapse ms-3"> |
| <ul class="navbar-nav me-auto"><li class="nav-item"> |
| <a class="nav-link" href="../articles/arrow.html">Get started</a> |
| </li> |
| <li class="active nav-item"> |
| <a class="nav-link" href="../reference/index.html">Reference</a> |
| </li> |
| <li class="nav-item dropdown"> |
| <a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-expanded="false" aria-haspopup="true" id="dropdown-articles">Articles</a> |
| <div class="dropdown-menu" aria-labelledby="dropdown-articles"> |
| <h6 class="dropdown-header" data-toc-skip>Using the package</h6> |
| <a class="dropdown-item" href="../articles/read_write.html">Reading and writing data files</a> |
| <a class="dropdown-item" href="../articles/data_wrangling.html">Data analysis with dplyr syntax</a> |
| <a class="dropdown-item" href="../articles/dataset.html">Working with multi-file data sets</a> |
| <a class="dropdown-item" href="../articles/python.html">Integrating Arrow, Python, and R</a> |
| <a class="dropdown-item" href="../articles/fs.html">Using cloud storage (S3, GCS)</a> |
| <a class="dropdown-item" href="../articles/flight.html">Connecting to a Flight server</a> |
| <div class="dropdown-divider"></div> |
| <h6 class="dropdown-header" data-toc-skip>Arrow concepts</h6> |
| <a class="dropdown-item" href="../articles/data_objects.html">Data objects</a> |
| <a class="dropdown-item" href="../articles/data_types.html">Data types</a> |
| <a class="dropdown-item" href="../articles/metadata.html">Metadata</a> |
| <div class="dropdown-divider"></div> |
| <h6 class="dropdown-header" data-toc-skip>Installation</h6> |
| <a class="dropdown-item" href="../articles/install.html">Installing on Linux</a> |
| <a class="dropdown-item" href="../articles/install_nightly.html">Installing development versions</a> |
| <div class="dropdown-divider"></div> |
| <a class="dropdown-item" href="../articles/index.html">More articles...</a> |
| </div> |
| </li> |
| <li class="nav-item"> |
| <a class="nav-link" href="../news/index.html">Changelog</a> |
| </li> |
| </ul><form class="form-inline my-2 my-lg-0" role="search"> |
| <input type="search" class="form-control me-sm-2" aria-label="Toggle navigation" name="search-input" data-search-index="../search.json" id="search-input" placeholder="Search for" autocomplete="off"></form> |
| |
| <ul class="navbar-nav"></ul></div> |
| |
| |
| </div> |
| </nav><div class="container template-reference-topic"> |
| <div class="row"> |
| <main id="main" class="col-md-9"><div class="page-header"> |
| <img src="" class="logo" alt=""><h1>Functions available in Arrow dplyr queries</h1> |
| <small class="dont-index">Source: <a href="https://github.com/apache/arrow/blob/master/r/R/dplyr-funcs-doc.R" class="external-link"><code>R/dplyr-funcs-doc.R</code></a></small> |
| <div class="d-none name"><code>acero.Rd</code></div> |
| </div> |
| |
| <div class="ref-description section level2"> |
| <p>The <code>arrow</code> package contains methods for 37 <code>dplyr</code> table functions, many of |
| which are "verbs" that do transformations to one or more tables. |
| The package also has mappings of 209 R functions to the corresponding |
| functions in the Arrow compute library. These allow you to write code inside |
| of <code>dplyr</code> methods that call R functions, including many in packages like |
| <code>stringr</code> and <code>lubridate</code>, and they will get translated to Arrow and run |
| on the Arrow query engine (Acero). This document lists all of the mapped |
| functions.</p> |
| </div> |
| |
| |
| <div class="section level2"> |
| <h2 id="dplyr-verbs"><code>dplyr</code> verbs<a class="anchor" aria-label="anchor" href="#dplyr-verbs"></a></h2> |
| <p>Most verb functions return an <code>arrow_dplyr_query</code> object, similar in spirit |
| to a <code><a href="https://dbplyr.tidyverse.org/reference/tbl_lazy.html" class="external-link">dbplyr::tbl_lazy</a></code>. This means that the verbs do not eagerly evaluate |
| the query on the data. To run the query, call either <code>compute()</code>, |
| which returns an <code>arrow</code> <a href="Table.html">Table</a>, or <code>collect()</code>, which pulls the resulting |
| Table into an R <code>data.frame</code>.</p><ul><li><p><code><a href="https://dplyr.tidyverse.org/reference/filter-joins.html" class="external-link">anti_join()</a></code>: the <code>copy</code> and <code>na_matches</code> arguments are ignored</p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/arrange.html" class="external-link">arrange()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/compute.html" class="external-link">collapse()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/compute.html" class="external-link">collect()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/compute.html" class="external-link">compute()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/count.html" class="external-link">count()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/distinct.html" class="external-link">distinct()</a></code>: <code>.keep_all = TRUE</code> not supported</p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/explain.html" class="external-link">explain()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/filter.html" class="external-link">filter()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/mutate-joins.html" class="external-link">full_join()</a></code>: the <code>copy</code> and <code>na_matches</code> arguments are ignored</p></li> |
| <li><p><code><a href="https://pillar.r-lib.org/reference/glimpse.html" class="external-link">glimpse()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/group_by.html" class="external-link">group_by()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/group_by_drop_default.html" class="external-link">group_by_drop_default()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/group_data.html" class="external-link">group_vars()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/group_data.html" class="external-link">groups()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/mutate-joins.html" class="external-link">inner_join()</a></code>: the <code>copy</code> and <code>na_matches</code> arguments are ignored</p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/mutate-joins.html" class="external-link">left_join()</a></code>: the <code>copy</code> and <code>na_matches</code> arguments are ignored</p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/mutate.html" class="external-link">mutate()</a></code>: window functions (e.g. things that require aggregation within groups) not currently supported</p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/pull.html" class="external-link">pull()</a></code>: the <code>name</code> argument is not supported; returns an R vector by default but this behavior is deprecated and will return an Arrow <a href="ChunkedArray.html">ChunkedArray</a> in a future release. Provide <code>as_vector = TRUE/FALSE</code> to control this behavior, or set <code>options(arrow.pull_as_vector)</code> globally.</p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/relocate.html" class="external-link">relocate()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/rename.html" class="external-link">rename()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/rename.html" class="external-link">rename_with()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/mutate-joins.html" class="external-link">right_join()</a></code>: the <code>copy</code> and <code>na_matches</code> arguments are ignored</p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/select.html" class="external-link">select()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/filter-joins.html" class="external-link">semi_join()</a></code>: the <code>copy</code> and <code>na_matches</code> arguments are ignored</p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/explain.html" class="external-link">show_query()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/slice.html" class="external-link">slice_head()</a></code>: slicing within groups not supported; Arrow datasets do not have row order, so head is non-deterministic; <code>prop</code> only supported on queries where <code><a href="https://rdrr.io/r/base/nrow.html" class="external-link">nrow()</a></code> is knowable without evaluating</p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/slice.html" class="external-link">slice_max()</a></code>: slicing within groups not supported; <code>with_ties = TRUE</code> (dplyr default) is not supported; <code>prop</code> only supported on queries where <code><a href="https://rdrr.io/r/base/nrow.html" class="external-link">nrow()</a></code> is knowable without evaluating</p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/slice.html" class="external-link">slice_min()</a></code>: slicing within groups not supported; <code>with_ties = TRUE</code> (dplyr default) is not supported; <code>prop</code> only supported on queries where <code><a href="https://rdrr.io/r/base/nrow.html" class="external-link">nrow()</a></code> is knowable without evaluating</p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/slice.html" class="external-link">slice_sample()</a></code>: slicing within groups not supported; <code>replace = TRUE</code> and the <code>weight_by</code> argument not supported; <code>n</code> only supported on queries where <code><a href="https://rdrr.io/r/base/nrow.html" class="external-link">nrow()</a></code> is knowable without evaluating</p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/slice.html" class="external-link">slice_tail()</a></code>: slicing within groups not supported; Arrow datasets do not have row order, so tail is non-deterministic; <code>prop</code> only supported on queries where <code><a href="https://rdrr.io/r/base/nrow.html" class="external-link">nrow()</a></code> is knowable without evaluating</p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/summarise.html" class="external-link">summarise()</a></code>: window functions not currently supported; arguments <code>.drop = FALSE</code> and `.groups = "rowwise" not supported</p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/count.html" class="external-link">tally()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/mutate.html" class="external-link">transmute()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/group_by.html" class="external-link">ungroup()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/setops.html" class="external-link">union()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/setops.html" class="external-link">union_all()</a></code></p></li> |
| </ul></div> |
| <div class="section level2"> |
| <h2 id="function-mappings">Function mappings<a class="anchor" aria-label="anchor" href="#function-mappings"></a></h2> |
| <p>In the list below, any differences in behavior or support between Acero and |
| the R function are listed. If no notes follow the function name, then you |
| can assume that the function works in Acero just as it does in R.</p> |
| <p>Functions can be called either as <code>pkg::fun()</code> or just <code>fun()</code>, i.e. both |
| <code>str_sub()</code> and <code><a href="https://stringr.tidyverse.org/reference/str_sub.html" class="external-link">stringr::str_sub()</a></code> work.</p> |
| <p>In addition to these functions, you can call any of Arrow's 246 compute |
| functions directly. Arrow has many functions that don't map to an existing R |
| function. In other cases where there is an R function mapping, you can still |
| call the Arrow function directly if you don't want the adaptations that the R |
| mapping has that make Acero behave like R. These functions are listed in the |
| <a href="https://arrow.apache.org/docs/cpp/compute.html" class="external-link">C++ documentation</a>, and |
| in the function registry in R, they are named with an <code>arrow_</code> prefix, such |
| as <code>arrow_ascii_is_decimal</code>.</p><div class="section"> |
| <h3 id="arrow">arrow<a class="anchor" aria-label="anchor" href="#arrow"></a></h3> |
| |
| <ul><li><p><code><a href="add_filename.html">add_filename()</a></code></p></li> |
| <li><p><code><a href="cast.html">cast()</a></code></p></li> |
| </ul></div> |
| |
| <div class="section"> |
| <h3 id="base">base<a class="anchor" aria-label="anchor" href="#base"></a></h3> |
| |
| <ul><li><p><code><a href="https://rdrr.io/r/base/Arithmetic.html" class="external-link">-</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Logic.html" class="external-link">!</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Comparison.html" class="external-link">!=</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Arithmetic.html" class="external-link">*</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Arithmetic.html" class="external-link">/</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Logic.html" class="external-link">&</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Arithmetic.html" class="external-link">%/%</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Arithmetic.html" class="external-link">%%</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/match.html" class="external-link">%in%</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Arithmetic.html" class="external-link">^</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Arithmetic.html" class="external-link">+</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Comparison.html" class="external-link"><</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Comparison.html" class="external-link"><=</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Comparison.html" class="external-link">==</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Comparison.html" class="external-link">></a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Comparison.html" class="external-link">>=</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Logic.html" class="external-link">|</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/MathFun.html" class="external-link">abs()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Trig.html" class="external-link">acos()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/all.html" class="external-link">all()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/any.html" class="external-link">any()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/character.html" class="external-link">as.character()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/as.Date.html" class="external-link">as.Date()</a></code>: Multiple <code>tryFormats</code> not supported in Arrow. |
| Consider using the lubridate specialised parsing functions <code>ymd()</code>, <code>ymd()</code>, etc.</p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/difftime.html" class="external-link">as.difftime()</a></code>: only supports <code>units = "secs"</code> (the default)</p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/double.html" class="external-link">as.double()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/integer.html" class="external-link">as.integer()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/logical.html" class="external-link">as.logical()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/numeric.html" class="external-link">as.numeric()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Trig.html" class="external-link">asin()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Round.html" class="external-link">ceiling()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Trig.html" class="external-link">cos()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/data.frame.html" class="external-link">data.frame()</a></code>: <code>row.names</code> and <code>check.rows</code> arguments not supported; |
| <code>stringsAsFactors</code> must be <code>FALSE</code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/difftime.html" class="external-link">difftime()</a></code>: only supports <code>units = "secs"</code> (the default); |
| <code>tz</code> argument not supported</p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/startsWith.html" class="external-link">endsWith()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Log.html" class="external-link">exp()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Round.html" class="external-link">floor()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/format.html" class="external-link">format()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/grep.html" class="external-link">grepl()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/grep.html" class="external-link">gsub()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/ifelse.html" class="external-link">ifelse()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/character.html" class="external-link">is.character()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/double.html" class="external-link">is.double()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/factor.html" class="external-link">is.factor()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/is.finite.html" class="external-link">is.finite()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/is.finite.html" class="external-link">is.infinite()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/integer.html" class="external-link">is.integer()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/list.html" class="external-link">is.list()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/logical.html" class="external-link">is.logical()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/NA.html" class="external-link">is.na()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/is.finite.html" class="external-link">is.nan()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/numeric.html" class="external-link">is.numeric()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/ISOdatetime.html" class="external-link">ISOdate()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/ISOdatetime.html" class="external-link">ISOdatetime()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Log.html" class="external-link">log()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Log.html" class="external-link">log10()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Log.html" class="external-link">log1p()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Log.html" class="external-link">log2()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Log.html" class="external-link">logb()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Extremes.html" class="external-link">max()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/mean.html" class="external-link">mean()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Extremes.html" class="external-link">min()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/nchar.html" class="external-link">nchar()</a></code>: <code>allowNA = TRUE</code> and <code>keepNA = TRUE</code> not supported</p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/paste.html" class="external-link">paste()</a></code>: the <code>collapse</code> argument is not yet supported</p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/paste.html" class="external-link">paste0()</a></code>: the <code>collapse</code> argument is not yet supported</p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Extremes.html" class="external-link">pmax()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Extremes.html" class="external-link">pmin()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Round.html" class="external-link">round()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/sign.html" class="external-link">sign()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Trig.html" class="external-link">sin()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/MathFun.html" class="external-link">sqrt()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/startsWith.html" class="external-link">startsWith()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/strptime.html" class="external-link">strftime()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/strptime.html" class="external-link">strptime()</a></code>: accepts a <code>unit</code> argument not present in the <code>base</code> function. |
| Valid values are "s", "ms" (default), "us", "ns".</p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/strrep.html" class="external-link">strrep()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/strsplit.html" class="external-link">strsplit()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/grep.html" class="external-link">sub()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/substr.html" class="external-link">substr()</a></code>: <code>start</code> and <code>stop</code> must be length 1</p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/substr.html" class="external-link">substring()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/sum.html" class="external-link">sum()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Trig.html" class="external-link">tan()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/chartr.html" class="external-link">tolower()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/chartr.html" class="external-link">toupper()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/base/Round.html" class="external-link">trunc()</a></code></p></li> |
| </ul></div> |
| |
| <div class="section"> |
| <h3 id="bit-">bit64<a class="anchor" aria-label="anchor" href="#bit-"></a></h3> |
| |
| <ul><li><p><code><a href="https://rdrr.io/pkg/bit64/man/as.integer64.character.html" class="external-link">as.integer64()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/pkg/bit64/man/bit64-package.html" class="external-link">is.integer64()</a></code></p></li> |
| </ul></div> |
| |
| <div class="section"> |
| <h3 id="dplyr">dplyr<a class="anchor" aria-label="anchor" href="#dplyr"></a></h3> |
| |
| <ul><li><p><code><a href="https://dplyr.tidyverse.org/reference/across.html" class="external-link">across()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/between.html" class="external-link">between()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/case_when.html" class="external-link">case_when()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/coalesce.html" class="external-link">coalesce()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/desc.html" class="external-link">desc()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/across.html" class="external-link">if_all()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/across.html" class="external-link">if_any()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/if_else.html" class="external-link">if_else()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/context.html" class="external-link">n()</a></code></p></li> |
| <li><p><code><a href="https://dplyr.tidyverse.org/reference/n_distinct.html" class="external-link">n_distinct()</a></code></p></li> |
| </ul></div> |
| |
| <div class="section"> |
| <h3 id="lubridate">lubridate<a class="anchor" aria-label="anchor" href="#lubridate"></a></h3> |
| |
| <ul><li><p><code><a href="https://lubridate.tidyverse.org/reference/am.html" class="external-link">am()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/as_date.html" class="external-link">as_date()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/as_date.html" class="external-link">as_datetime()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/round_date.html" class="external-link">ceiling_date()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/date.html" class="external-link">date()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/date_decimal.html" class="external-link">date_decimal()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/day.html" class="external-link">day()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/duration.html" class="external-link">ddays()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/decimal_date.html" class="external-link">decimal_date()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/duration.html" class="external-link">dhours()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/duration.html" class="external-link">dmicroseconds()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/duration.html" class="external-link">dmilliseconds()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/duration.html" class="external-link">dminutes()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/duration.html" class="external-link">dmonths()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd.html" class="external-link">dmy()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd_hms.html" class="external-link">dmy_h()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd_hms.html" class="external-link">dmy_hm()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd_hms.html" class="external-link">dmy_hms()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/duration.html" class="external-link">dnanoseconds()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/duration.html" class="external-link">dpicoseconds()</a></code>: not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/duration.html" class="external-link">dseconds()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/dst.html" class="external-link">dst()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/duration.html" class="external-link">dweeks()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/duration.html" class="external-link">dyears()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd.html" class="external-link">dym()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/week.html" class="external-link">epiweek()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/year.html" class="external-link">epiyear()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/parse_date_time.html" class="external-link">fast_strptime()</a></code>: non-default values of <code>lt</code> and <code>cutoff_2000</code> not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/round_date.html" class="external-link">floor_date()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/force_tz.html" class="external-link">force_tz()</a></code>: Timezone conversion from non-UTC timezone not supported; |
| When <code>roll = FALSE</code> and hit a non-existent time, raise an error</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/format_ISO8601.html" class="external-link">format_ISO8601()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/hour.html" class="external-link">hour()</a></code></p></li> |
| <li><p><code>is.Date()</code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/is.instant.html" class="external-link">is.instant()</a></code></p></li> |
| <li><p><code>is.POSIXct()</code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/is.instant.html" class="external-link">is.timepoint()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/week.html" class="external-link">isoweek()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/year.html" class="external-link">isoyear()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/leap_year.html" class="external-link">leap_year()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/make_datetime.html" class="external-link">make_date()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/make_datetime.html" class="external-link">make_datetime()</a></code>: only supports UTC (default) timezone</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/make_difftime.html" class="external-link">make_difftime()</a></code>: only supports <code>units = "secs"</code> (the default); |
| providing both <code>num</code> and <code>...</code> is not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/day.html" class="external-link">mday()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd.html" class="external-link">mdy()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd_hms.html" class="external-link">mdy_h()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd_hms.html" class="external-link">mdy_hm()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd_hms.html" class="external-link">mdy_hms()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/minute.html" class="external-link">minute()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/month.html" class="external-link">month()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd.html" class="external-link">my()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd.html" class="external-link">myd()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/parse_date_time.html" class="external-link">parse_date_time()</a></code>: <code>quiet = FALSE</code> is not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/am.html" class="external-link">pm()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/day.html" class="external-link">qday()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/quarter.html" class="external-link">quarter()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/round_date.html" class="external-link">round_date()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/second.html" class="external-link">second()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/quarter.html" class="external-link">semester()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/tz.html" class="external-link">tz()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/day.html" class="external-link">wday()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/week.html" class="external-link">week()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/with_tz.html" class="external-link">with_tz()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/day.html" class="external-link">yday()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd.html" class="external-link">ydm()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd_hms.html" class="external-link">ydm_h()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd_hms.html" class="external-link">ydm_hm()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd_hms.html" class="external-link">ydm_hms()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/year.html" class="external-link">year()</a></code></p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd.html" class="external-link">ym()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd.html" class="external-link">ymd()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd_hms.html" class="external-link">ymd_h()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd_hms.html" class="external-link">ymd_hm()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd_hms.html" class="external-link">ymd_hms()</a></code>: <code>locale</code> argument not supported</p></li> |
| <li><p><code><a href="https://lubridate.tidyverse.org/reference/ymd.html" class="external-link">yq()</a></code>: <code>locale</code> argument not supported</p></li> |
| </ul></div> |
| |
| <div class="section"> |
| <h3 id="methods">methods<a class="anchor" aria-label="anchor" href="#methods"></a></h3> |
| |
| <ul><li><p><code><a href="https://rdrr.io/r/methods/is.html" class="external-link">is()</a></code></p></li> |
| </ul></div> |
| |
| <div class="section"> |
| <h3 id="rlang">rlang<a class="anchor" aria-label="anchor" href="#rlang"></a></h3> |
| |
| <ul><li><p><code><a href="https://rlang.r-lib.org/reference/type-predicates.html" class="external-link">is_character()</a></code></p></li> |
| <li><p><code><a href="https://rlang.r-lib.org/reference/type-predicates.html" class="external-link">is_double()</a></code></p></li> |
| <li><p><code><a href="https://rlang.r-lib.org/reference/type-predicates.html" class="external-link">is_integer()</a></code></p></li> |
| <li><p><code><a href="https://rlang.r-lib.org/reference/type-predicates.html" class="external-link">is_list()</a></code></p></li> |
| <li><p><code><a href="https://rlang.r-lib.org/reference/type-predicates.html" class="external-link">is_logical()</a></code></p></li> |
| </ul></div> |
| |
| <div class="section"> |
| <h3 id="stats">stats<a class="anchor" aria-label="anchor" href="#stats"></a></h3> |
| |
| <ul><li><p><code><a href="https://rdrr.io/r/stats/median.html" class="external-link">median()</a></code>: approximate median (t-digest) is computed</p></li> |
| <li><p><code><a href="https://rdrr.io/r/stats/quantile.html" class="external-link">quantile()</a></code>: <code>probs</code> must be length 1; |
| approximate quantile (t-digest) is computed</p></li> |
| <li><p><code><a href="https://rdrr.io/r/stats/sd.html" class="external-link">sd()</a></code></p></li> |
| <li><p><code><a href="https://rdrr.io/r/stats/cor.html" class="external-link">var()</a></code></p></li> |
| </ul></div> |
| |
| <div class="section"> |
| <h3 id="stringi">stringi<a class="anchor" aria-label="anchor" href="#stringi"></a></h3> |
| |
| <ul><li><p><code><a href="https://rdrr.io/pkg/stringi/man/stri_reverse.html" class="external-link">stri_reverse()</a></code></p></li> |
| </ul></div> |
| |
| <div class="section"> |
| <h3 id="stringr">stringr<a class="anchor" aria-label="anchor" href="#stringr"></a></h3> |
| |
| |
| <p>Pattern modifiers <code>coll()</code> and <code>boundary()</code> are not supported in any functions.</p><ul><li><p><code><a href="https://stringr.tidyverse.org/reference/str_c.html" class="external-link">str_c()</a></code>: the <code>collapse</code> argument is not yet supported</p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/str_count.html" class="external-link">str_count()</a></code>: <code>pattern</code> must be a length 1 character vector</p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/str_detect.html" class="external-link">str_detect()</a></code></p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/str_dup.html" class="external-link">str_dup()</a></code></p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/str_starts.html" class="external-link">str_ends()</a></code></p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/str_length.html" class="external-link">str_length()</a></code></p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/str_like.html" class="external-link">str_like()</a></code></p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/str_pad.html" class="external-link">str_pad()</a></code></p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/str_remove.html" class="external-link">str_remove()</a></code></p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/str_remove.html" class="external-link">str_remove_all()</a></code></p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/str_replace.html" class="external-link">str_replace()</a></code></p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/str_replace.html" class="external-link">str_replace_all()</a></code></p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/str_split.html" class="external-link">str_split()</a></code>: Case-insensitive string splitting and splitting into 0 parts not supported</p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/str_starts.html" class="external-link">str_starts()</a></code></p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/str_sub.html" class="external-link">str_sub()</a></code>: <code>start</code> and <code>end</code> must be length 1</p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/case.html" class="external-link">str_to_lower()</a></code></p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/case.html" class="external-link">str_to_title()</a></code></p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/case.html" class="external-link">str_to_upper()</a></code></p></li> |
| <li><p><code><a href="https://stringr.tidyverse.org/reference/str_trim.html" class="external-link">str_trim()</a></code></p></li> |
| </ul></div> |
| |
| <div class="section"> |
| <h3 id="tibble">tibble<a class="anchor" aria-label="anchor" href="#tibble"></a></h3> |
| |
| <ul><li><p><code><a href="https://tibble.tidyverse.org/reference/tibble.html" class="external-link">tibble()</a></code></p></li> |
| </ul></div> |
| |
| <div class="section"> |
| <h3 id="tidyselect">tidyselect<a class="anchor" aria-label="anchor" href="#tidyselect"></a></h3> |
| |
| <ul><li><p><code><a href="https://tidyselect.r-lib.org/reference/all_of.html" class="external-link">all_of()</a></code></p></li> |
| <li><p><code><a href="https://tidyselect.r-lib.org/reference/starts_with.html" class="external-link">contains()</a></code></p></li> |
| <li><p><code><a href="https://tidyselect.r-lib.org/reference/starts_with.html" class="external-link">ends_with()</a></code></p></li> |
| <li><p><code><a href="https://tidyselect.r-lib.org/reference/everything.html" class="external-link">everything()</a></code></p></li> |
| <li><p><code><a href="https://tidyselect.r-lib.org/reference/everything.html" class="external-link">last_col()</a></code></p></li> |
| <li><p><code><a href="https://tidyselect.r-lib.org/reference/starts_with.html" class="external-link">matches()</a></code></p></li> |
| <li><p><code><a href="https://tidyselect.r-lib.org/reference/starts_with.html" class="external-link">num_range()</a></code></p></li> |
| <li><p><code><a href="https://tidyselect.r-lib.org/reference/one_of.html" class="external-link">one_of()</a></code></p></li> |
| <li><p><code><a href="https://tidyselect.r-lib.org/reference/starts_with.html" class="external-link">starts_with()</a></code></p></li> |
| </ul></div> |
| |
| </div> |
| |
| </main><aside class="col-md-3"><nav id="toc"><h2>On this page</h2> |
| </nav></aside></div> |
| |
| |
| <footer><div class="pkgdown-footer-left"> |
| <p></p><p><a href="https://arrow.apache.org/docs/r/versions.html">Older versions of these docs</a></p> |
| </div> |
| |
| <div class="pkgdown-footer-right"> |
| <p></p><p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.0.7.</p> |
| </div> |
| |
| </footer></div> |
| |
| |
| |
| |
| |
| </body></html> |
| |