mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@ab780591b1 🚀
This commit is contained in:
parent
e3a5b172dd
commit
70c36a14f1
17 changed files with 1387 additions and 51 deletions
154
reference/create-column.html
Normal file
154
reference/create-column.html
Normal file
|
|
@ -0,0 +1,154 @@
|
|||
<!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"><title>Create new column — create-column • FreesearchR</title><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.3.1/bootstrap.min.css" rel="stylesheet"><script src="../deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="../deps/Montserrat-0.4.10/font.css" rel="stylesheet"><link href="../deps/Public_Sans-0.4.10/font.css" rel="stylesheet"><link href="../deps/font-awesome-6.5.2/css/all.min.css" rel="stylesheet"><link href="../deps/font-awesome-6.5.2/css/v4-shims.min.css" rel="stylesheet"><script src="../deps/headroom-0.11.0/headroom.min.js"></script><script src="../deps/headroom-0.11.0/jQuery.headroom.min.js"></script><script src="../deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><script src="../deps/clipboard.js-2.0.11/clipboard.min.js"></script><script src="../deps/search-1.0.0/autocomplete.jquery.min.js"></script><script src="../deps/search-1.0.0/fuse.min.js"></script><script src="../deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><script src="../pkgdown.js"></script><link href="../extra.css" rel="stylesheet"><meta property="og:title" content="Create new column — create-column"><meta name="description" content="This module allow to enter an expression to create a new column in a data.frame."><meta property="og:description" content="This module allow to enter an expression to create a new column in a data.frame."><meta property="og:image" content="https://agdamsbo.github.io/FreesearchR/logo.png"></head><body>
|
||||
<a href="#main" class="visually-hidden-focusable">Skip to contents</a>
|
||||
|
||||
|
||||
<nav class="navbar navbar-expand-lg fixed-top bg-primary" data-bs-theme="dark" aria-label="Site navigation"><div class="container">
|
||||
|
||||
<a class="navbar-brand me-2" href="../index.html">FreesearchR</a>
|
||||
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.4.3</small>
|
||||
|
||||
|
||||
<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/FreesearchR.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">
|
||||
<button class="nav-link dropdown-toggle" type="button" id="dropdown-articles" data-bs-toggle="dropdown" aria-expanded="false" aria-haspopup="true">Articles</button>
|
||||
<ul class="dropdown-menu" aria-labelledby="dropdown-articles"><li><a class="dropdown-item" href="../articles/data-types.html">Data types</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/session.html">Session info</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/visuals.html">On visuals</a></li>
|
||||
</ul></li>
|
||||
<li class="nav-item"><a class="nav-link" href="../ROADMAP.html">Roadmap</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="../QA.html">Q&A</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="../news/index.html">Changelog</a></li>
|
||||
</ul><ul class="navbar-nav"><li class="nav-item"><form class="form-inline" role="search">
|
||||
<input class="form-control" type="search" name="search-input" id="search-input" autocomplete="off" aria-label="Search site" placeholder="Search for" data-search-index="../search.json"></form></li>
|
||||
<li class="nav-item"><a class="external-link nav-link" href="https://github.com/agdamsbo/FreesearchR/" aria-label="GitHub"><span class="fa fab fa-github fa-lg"></span></a></li>
|
||||
</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="../logo.png" class="logo" alt=""><h1>Create new column</h1>
|
||||
<small class="dont-index">Source: <a href="https://github.com/agdamsbo/FreesearchR/blob/main/R/create-column-mod.R" class="external-link"><code>R/create-column-mod.R</code></a></small>
|
||||
<div class="d-none name"><code>create-column.Rd</code></div>
|
||||
</div>
|
||||
|
||||
<div class="ref-description section level2">
|
||||
<p>This module allow to enter an expression to create a new column in a <code>data.frame</code>.</p>
|
||||
</div>
|
||||
|
||||
<div class="section level2">
|
||||
<h2 id="ref-usage">Usage<a class="anchor" aria-label="anchor" href="#ref-usage"></a></h2>
|
||||
<div class="sourceCode"><pre class="sourceCode r"><code><span><span class="fu">create_column_ui</span><span class="op">(</span><span class="va">id</span><span class="op">)</span></span>
|
||||
<span></span>
|
||||
<span><span class="fu">create_column_server</span><span class="op">(</span></span>
|
||||
<span> <span class="va">id</span>,</span>
|
||||
<span> data_r <span class="op">=</span> <span class="fu">reactive</span><span class="op">(</span><span class="cn">NULL</span><span class="op">)</span>,</span>
|
||||
<span> allowed_operations <span class="op">=</span> <span class="fu">list_allowed_operations</span><span class="op">(</span><span class="op">)</span></span>
|
||||
<span><span class="op">)</span></span>
|
||||
<span></span>
|
||||
<span><span class="fu">list_allowed_operations</span><span class="op">(</span><span class="op">)</span></span>
|
||||
<span></span>
|
||||
<span><span class="fu">modal_create_column</span><span class="op">(</span></span>
|
||||
<span> <span class="va">id</span>,</span>
|
||||
<span> title <span class="op">=</span> <span class="fu">i18n</span><span class="op">(</span><span class="st">"Create a new column"</span><span class="op">)</span>,</span>
|
||||
<span> easyClose <span class="op">=</span> <span class="cn">TRUE</span>,</span>
|
||||
<span> size <span class="op">=</span> <span class="st">"l"</span>,</span>
|
||||
<span> footer <span class="op">=</span> <span class="cn">NULL</span></span>
|
||||
<span><span class="op">)</span></span>
|
||||
<span></span>
|
||||
<span><span class="fu">winbox_create_column</span><span class="op">(</span></span>
|
||||
<span> <span class="va">id</span>,</span>
|
||||
<span> title <span class="op">=</span> <span class="fu">i18n</span><span class="op">(</span><span class="st">"Create a new column"</span><span class="op">)</span>,</span>
|
||||
<span> options <span class="op">=</span> <span class="fu">shinyWidgets</span><span class="fu">::</span><span class="fu"><a href="https://dreamrs.github.io/shinyWidgets/reference/wbOptions.html" class="external-link">wbOptions</a></span><span class="op">(</span><span class="op">)</span>,</span>
|
||||
<span> controls <span class="op">=</span> <span class="fu">shinyWidgets</span><span class="fu">::</span><span class="fu"><a href="https://dreamrs.github.io/shinyWidgets/reference/wbControls.html" class="external-link">wbControls</a></span><span class="op">(</span><span class="op">)</span></span>
|
||||
<span><span class="op">)</span></span></code></pre></div>
|
||||
</div>
|
||||
|
||||
<div class="section level2">
|
||||
<h2 id="arguments">Arguments<a class="anchor" aria-label="anchor" href="#arguments"></a></h2>
|
||||
|
||||
|
||||
<dl><dt id="arg-id">id<a class="anchor" aria-label="anchor" href="#arg-id"></a></dt>
|
||||
<dd><p>Module's ID.</p></dd>
|
||||
|
||||
|
||||
<dt id="arg-data-r">data_r<a class="anchor" aria-label="anchor" href="#arg-data-r"></a></dt>
|
||||
<dd><p>A <code><a href="https://rdrr.io/pkg/shiny/man/reactive.html" class="external-link">shiny::reactive()</a></code> function returning a <code>data.frame</code>.</p></dd>
|
||||
|
||||
|
||||
<dt id="arg-allowed-operations">allowed_operations<a class="anchor" aria-label="anchor" href="#arg-allowed-operations"></a></dt>
|
||||
<dd><p>A <code>list</code> of allowed operations, see below for details.</p></dd>
|
||||
|
||||
|
||||
<dt id="arg-title">title<a class="anchor" aria-label="anchor" href="#arg-title"></a></dt>
|
||||
<dd><p>An optional title for the dialog.</p></dd>
|
||||
|
||||
|
||||
<dt id="arg-easyclose">easyClose<a class="anchor" aria-label="anchor" href="#arg-easyclose"></a></dt>
|
||||
<dd><p>If <code>TRUE</code>, the modal dialog can be dismissed by
|
||||
clicking outside the dialog box, or be pressing the Escape key. If
|
||||
<code>FALSE</code> (the default), the modal dialog can't be dismissed in those
|
||||
ways; instead it must be dismissed by clicking on a <code>modalButton()</code>, or
|
||||
from a call to <code><a href="https://rdrr.io/pkg/shiny/man/showModal.html" class="external-link">removeModal()</a></code> on the server.</p></dd>
|
||||
|
||||
|
||||
<dt id="arg-size">size<a class="anchor" aria-label="anchor" href="#arg-size"></a></dt>
|
||||
<dd><p>One of <code>"s"</code> for small, <code>"m"</code> (the default) for medium,
|
||||
<code>"l"</code> for large, or <code>"xl"</code> for extra large. Note that <code>"xl"</code> only
|
||||
works with Bootstrap 4 and above (to opt-in to Bootstrap 4+,
|
||||
pass <code><a href="https://rstudio.github.io/bslib/reference/bs_theme.html" class="external-link">bslib::bs_theme()</a></code> to the <code>theme</code> argument of a page container
|
||||
like <code><a href="https://rdrr.io/pkg/shiny/man/fluidPage.html" class="external-link">fluidPage()</a></code>).</p></dd>
|
||||
|
||||
|
||||
<dt id="arg-footer">footer<a class="anchor" aria-label="anchor" href="#arg-footer"></a></dt>
|
||||
<dd><p>UI for footer. Use <code>NULL</code> for no footer.</p></dd>
|
||||
|
||||
|
||||
<dt id="arg-options">options<a class="anchor" aria-label="anchor" href="#arg-options"></a></dt>
|
||||
<dd><p>List of options, see <code><a href="https://dreamrs.github.io/shinyWidgets/reference/wbOptions.html" class="external-link">wbOptions()</a></code>.</p></dd>
|
||||
|
||||
|
||||
<dt id="arg-controls">controls<a class="anchor" aria-label="anchor" href="#arg-controls"></a></dt>
|
||||
<dd><p>List of controls, see <code><a href="https://dreamrs.github.io/shinyWidgets/reference/wbControls.html" class="external-link">wbControls()</a></code>.</p></dd>
|
||||
|
||||
</dl></div>
|
||||
<div class="section level2">
|
||||
<h2 id="value">Value<a class="anchor" aria-label="anchor" href="#value"></a></h2>
|
||||
<p>A <code><a href="https://rdrr.io/pkg/shiny/man/reactive.html" class="external-link">shiny::reactive()</a></code> function returning the data.</p>
|
||||
</div>
|
||||
<div class="section level2">
|
||||
<h2 id="note">Note<a class="anchor" aria-label="anchor" href="#note"></a></h2>
|
||||
<p>User can only use a subset of function: (, c, +, -, *, ^, %%, %/%, /, ==, >, <, !=, <=, >=, &, |, abs, sign, sqrt, ceiling, floor, trunc, cummax, cummin, cumprod, cumsum, exp, expm1, log, log10, log2, log1p, cos, cosh, sin, sinh, tan, tanh, acos, acosh, asin, asinh, atan, atanh, cospi, sinpi, tanpi, gamma, lgamma, digamma, trigamma, round, signif, max, min, range, prod, sum, any, all, pmin, pmax, mean, paste, paste0, substr, nchar, trimws, gsub, sub, grepl, ifelse, length, as.numeric, as.character, as.integer, as.Date, as.POSIXct, as.factor, factor.
|
||||
You can add more operations using the <code>allowed_operations</code> argument, for example if you want to allow to use package lubridate, you can do:</p>
|
||||
<p></p><div class="sourceCode r"><pre><code><span><span class="fu"><a href="https://rdrr.io/r/base/c.html" class="external-link">c</a></span><span class="op">(</span><span class="fu"><a href="../reference/create-column.html">list_allowed_operations</a></span><span class="op">(</span><span class="op">)</span>, <span class="fu"><a href="https://rdrr.io/r/base/ns-reflect.html" class="external-link">getNamespaceExports</a></span><span class="op">(</span><span class="st">"lubridate"</span><span class="op">)</span><span class="op">)</span></span></code></pre><p></p></div>
|
||||
</div>
|
||||
|
||||
</main><aside class="col-md-3"><nav id="toc" aria-label="Table of contents"><h2>On this page</h2>
|
||||
</nav></aside></div>
|
||||
|
||||
|
||||
<footer><div class="pkgdown-footer-left">
|
||||
<p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.1.1.</p>
|
||||
</div>
|
||||
|
||||
<div class="pkgdown-footer-right">
|
||||
<p>Developed by Andreas Gammelgaard Damsbo. Provided without <strong>any warranty</strong>.</p>
|
||||
</div>
|
||||
|
||||
</footer></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body></html>
|
||||
|
||||
8
reference/create_column_server.html
Normal file
8
reference/create_column_server.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;URL=https://agdamsbo.github.io/FreesearchR/reference/create-column.html" />
|
||||
<meta name="robots" content="noindex">
|
||||
<link rel="canonical" href="https://agdamsbo.github.io/FreesearchR/reference/create-column.html">
|
||||
</head>
|
||||
</html>
|
||||
|
||||
8
reference/create_column_ui.html
Normal file
8
reference/create_column_ui.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;URL=https://agdamsbo.github.io/FreesearchR/reference/create-column.html" />
|
||||
<meta name="robots" content="noindex">
|
||||
<link rel="canonical" href="https://agdamsbo.github.io/FreesearchR/reference/create-column.html">
|
||||
</head>
|
||||
</html>
|
||||
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
<span><span class="op">)</span></span>
|
||||
<span></span>
|
||||
<span><span class="co"># S3 method for class 'Date'</span></span>
|
||||
<span><span class="fu">cut_var</span><span class="op">(</span><span class="va">x</span>, <span class="va">breaks</span>, start.on.monday <span class="op">=</span> <span class="cn">TRUE</span>, <span class="va">...</span><span class="op">)</span></span></code></pre></div>
|
||||
<span><span class="fu">cut_var</span><span class="op">(</span><span class="va">x</span>, breaks <span class="op">=</span> <span class="cn">NULL</span>, start.on.monday <span class="op">=</span> <span class="cn">TRUE</span>, <span class="va">...</span><span class="op">)</span></span></code></pre></div>
|
||||
</div>
|
||||
|
||||
<div class="section level2">
|
||||
|
|
@ -151,11 +151,15 @@
|
|||
<span class="r-err co"><span class="r-pr">#></span> <span class="error">Error in cut.POSIXt(x, ...):</span> invalid specification of 'breaks'</span>
|
||||
<span class="r-in"><span><span class="fu">readr</span><span class="fu">::</span><span class="fu"><a href="https://readr.tidyverse.org/reference/parse_datetime.html" class="external-link">parse_datetime</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/r/base/c.html" class="external-link">c</a></span><span class="op">(</span><span class="st">"1992-02-01 01:00:20"</span>, <span class="st">"1992-02-06 03:00:20"</span>, <span class="st">"1992-05-01 01:20:20"</span>, <span class="st">"1992-09-01 08:20:20"</span>, <span class="st">"1999-02-01 21:20:20"</span>, <span class="st">"1992-12-01 03:02:20"</span><span class="op">)</span><span class="op">)</span> <span class="op">|></span> <span class="fu">cut_var</span><span class="op">(</span>breaks<span class="op">=</span><span class="cn">NULL</span>,format <span class="op">=</span> <span class="st">"%A-%H"</span><span class="op">)</span></span></span>
|
||||
<span class="r-err co"><span class="r-pr">#></span> <span class="error">Error in cut.POSIXt(x, ...):</span> invalid specification of 'breaks'</span>
|
||||
<span class="r-in"><span><span class="fu">readr</span><span class="fu">::</span><span class="fu"><a href="https://readr.tidyverse.org/reference/parse_datetime.html" class="external-link">parse_datetime</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/r/base/c.html" class="external-link">c</a></span><span class="op">(</span><span class="st">"1992-02-01 01:00:20"</span>, <span class="st">"1992-02-06 03:00:20"</span>, <span class="st">"1992-05-01 01:20:20"</span>, <span class="st">"1992-09-01 08:20:20"</span>, <span class="st">"1999-02-01 21:20:20"</span>, <span class="st">"1992-12-01 03:02:20"</span><span class="op">)</span><span class="op">)</span> <span class="op">|></span> <span class="fu">cut_var</span><span class="op">(</span>breaks<span class="op">=</span><span class="cn">NULL</span>,format <span class="op">=</span> <span class="st">"%W"</span><span class="op">)</span></span></span>
|
||||
<span class="r-err co"><span class="r-pr">#></span> <span class="error">Error in cut.POSIXt(x, ...):</span> invalid specification of 'breaks'</span>
|
||||
<span class="r-in"><span><span class="fu"><a href="https://rdrr.io/r/base/as.Date.html" class="external-link">as.Date</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/r/base/c.html" class="external-link">c</a></span><span class="op">(</span><span class="st">"1992-02-01 01:00:20"</span>, <span class="st">"1992-02-06 03:00:20"</span>, <span class="st">"1992-05-01 01:20:20"</span>, <span class="st">"1992-09-01 08:20:20"</span>, <span class="st">"1999-02-01 21:20:20"</span>, <span class="st">"1992-12-01 03:02:20"</span><span class="op">)</span><span class="op">)</span> <span class="op">|></span> <span class="fu">cut_var</span><span class="op">(</span><span class="fl">2</span><span class="op">)</span></span></span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> [1] 1992-02-01 1992-02-01 1992-02-01 1992-02-01 1999-02-01 1992-02-01</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> Levels: 1992-02-01 1999-02-01</span>
|
||||
<span class="r-in"><span><span class="fu"><a href="https://rdrr.io/r/base/as.Date.html" class="external-link">as.Date</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/r/base/c.html" class="external-link">c</a></span><span class="op">(</span><span class="st">"1992-02-01 01:00:20"</span>, <span class="st">"1992-02-06 03:00:20"</span>, <span class="st">"1992-05-01 01:20:20"</span>, <span class="st">"1992-09-01 08:20:20"</span>, <span class="st">"1999-02-01 21:20:20"</span>, <span class="st">"1992-12-01 03:02:20"</span><span class="op">)</span><span class="op">)</span> <span class="op">|></span> <span class="fu">cut_var</span><span class="op">(</span>breaks <span class="op">=</span> <span class="st">"weekday"</span><span class="op">)</span></span></span>
|
||||
<span class="r-err co"><span class="r-pr">#></span> <span class="error">Error in cut.Date(x, ...):</span> invalid specification of 'breaks'</span>
|
||||
<span class="r-in"><span><span class="fu"><a href="https://rdrr.io/r/base/as.Date.html" class="external-link">as.Date</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/r/base/c.html" class="external-link">c</a></span><span class="op">(</span><span class="st">"1992-02-01 01:00:20"</span>, <span class="st">"1992-02-06 03:00:20"</span>, <span class="st">"1992-05-01 01:20:20"</span>, <span class="st">"1992-09-01 08:20:20"</span>, <span class="st">"1999-02-01 21:20:20"</span>, <span class="st">"1992-12-01 03:02:20"</span><span class="op">)</span><span class="op">)</span> <span class="op">|></span> <span class="fu">cut_var</span><span class="op">(</span>format <span class="op">=</span> <span class="st">"%W"</span><span class="op">)</span></span></span>
|
||||
<span class="r-err co"><span class="r-pr">#></span> <span class="error">Error in cut.Date(x, ...):</span> argument "breaks" is missing, with no default</span>
|
||||
</code></pre></div>
|
||||
</div>
|
||||
</main><aside class="col-md-3"><nav id="toc" aria-label="Table of contents"><h2>On this page</h2>
|
||||
|
|
|
|||
119
reference/get_var_icon.html
Normal file
119
reference/get_var_icon.html
Normal file
|
|
@ -0,0 +1,119 @@
|
|||
<!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"><title>Easily get variable icon based on data type or class — get_var_icon • FreesearchR</title><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.3.1/bootstrap.min.css" rel="stylesheet"><script src="../deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="../deps/Montserrat-0.4.10/font.css" rel="stylesheet"><link href="../deps/Public_Sans-0.4.10/font.css" rel="stylesheet"><link href="../deps/font-awesome-6.5.2/css/all.min.css" rel="stylesheet"><link href="../deps/font-awesome-6.5.2/css/v4-shims.min.css" rel="stylesheet"><script src="../deps/headroom-0.11.0/headroom.min.js"></script><script src="../deps/headroom-0.11.0/jQuery.headroom.min.js"></script><script src="../deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><script src="../deps/clipboard.js-2.0.11/clipboard.min.js"></script><script src="../deps/search-1.0.0/autocomplete.jquery.min.js"></script><script src="../deps/search-1.0.0/fuse.min.js"></script><script src="../deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><script src="../pkgdown.js"></script><link href="../extra.css" rel="stylesheet"><meta property="og:title" content="Easily get variable icon based on data type or class — get_var_icon"><meta name="description" content="Easily get variable icon based on data type or class"><meta property="og:description" content="Easily get variable icon based on data type or class"><meta property="og:image" content="https://agdamsbo.github.io/FreesearchR/logo.png"></head><body>
|
||||
<a href="#main" class="visually-hidden-focusable">Skip to contents</a>
|
||||
|
||||
|
||||
<nav class="navbar navbar-expand-lg fixed-top bg-primary" data-bs-theme="dark" aria-label="Site navigation"><div class="container">
|
||||
|
||||
<a class="navbar-brand me-2" href="../index.html">FreesearchR</a>
|
||||
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.4.3</small>
|
||||
|
||||
|
||||
<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/FreesearchR.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">
|
||||
<button class="nav-link dropdown-toggle" type="button" id="dropdown-articles" data-bs-toggle="dropdown" aria-expanded="false" aria-haspopup="true">Articles</button>
|
||||
<ul class="dropdown-menu" aria-labelledby="dropdown-articles"><li><a class="dropdown-item" href="../articles/data-types.html">Data types</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/session.html">Session info</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/visuals.html">On visuals</a></li>
|
||||
</ul></li>
|
||||
<li class="nav-item"><a class="nav-link" href="../ROADMAP.html">Roadmap</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="../QA.html">Q&A</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="../news/index.html">Changelog</a></li>
|
||||
</ul><ul class="navbar-nav"><li class="nav-item"><form class="form-inline" role="search">
|
||||
<input class="form-control" type="search" name="search-input" id="search-input" autocomplete="off" aria-label="Search site" placeholder="Search for" data-search-index="../search.json"></form></li>
|
||||
<li class="nav-item"><a class="external-link nav-link" href="https://github.com/agdamsbo/FreesearchR/" aria-label="GitHub"><span class="fa fab fa-github fa-lg"></span></a></li>
|
||||
</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="../logo.png" class="logo" alt=""><h1>Easily get variable icon based on data type or class</h1>
|
||||
<small class="dont-index">Source: <a href="https://github.com/agdamsbo/FreesearchR/blob/main/R/data-summary.R" class="external-link"><code>R/data-summary.R</code></a></small>
|
||||
<div class="d-none name"><code>get_var_icon.Rd</code></div>
|
||||
</div>
|
||||
|
||||
<div class="ref-description section level2">
|
||||
<p>Easily get variable icon based on data type or class</p>
|
||||
</div>
|
||||
|
||||
<div class="section level2">
|
||||
<h2 id="ref-usage">Usage<a class="anchor" aria-label="anchor" href="#ref-usage"></a></h2>
|
||||
<div class="sourceCode"><pre class="sourceCode r"><code><span><span class="fu">get_var_icon</span><span class="op">(</span><span class="va">data</span>, class.type <span class="op">=</span> <span class="fu"><a href="https://rdrr.io/r/base/c.html" class="external-link">c</a></span><span class="op">(</span><span class="st">"class"</span>, <span class="st">"type"</span><span class="op">)</span><span class="op">)</span></span></code></pre></div>
|
||||
</div>
|
||||
|
||||
<div class="section level2">
|
||||
<h2 id="arguments">Arguments<a class="anchor" aria-label="anchor" href="#arguments"></a></h2>
|
||||
|
||||
|
||||
<dl><dt id="arg-data">data<a class="anchor" aria-label="anchor" href="#arg-data"></a></dt>
|
||||
<dd><p>variable or data frame</p></dd>
|
||||
|
||||
|
||||
<dt id="arg-class-type">class.type<a class="anchor" aria-label="anchor" href="#arg-class-type"></a></dt>
|
||||
<dd><p>"type" or "class". Default is "class"</p></dd>
|
||||
|
||||
</dl></div>
|
||||
<div class="section level2">
|
||||
<h2 id="value">Value<a class="anchor" aria-label="anchor" href="#value"></a></h2>
|
||||
<p>svg icon</p>
|
||||
</div>
|
||||
|
||||
<div class="section level2">
|
||||
<h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor" href="#ref-examples"></a></h2>
|
||||
<div class="sourceCode"><pre class="sourceCode r"><code><span class="r-in"><span><span class="va">mtcars</span><span class="op">[</span><span class="fl">1</span><span class="op">]</span> <span class="op">|></span> <span class="fu">get_var_icon</span><span class="op">(</span><span class="st">"class"</span><span class="op">)</span></span></span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> $mpg</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> </span>
|
||||
<span class="r-in"><span><span class="fu"><a href="default_parsing.html">default_parsing</a></span><span class="op">(</span><span class="va">mtcars</span><span class="op">)</span> <span class="op">|></span> <span class="fu">get_var_icon</span><span class="op">(</span><span class="op">)</span></span></span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> $mpg</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> </span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> $cyl</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> </span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> $disp</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> </span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> $hp</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> </span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> $drat</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> </span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> $wt</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> </span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> $qsec</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> </span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> $vs</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> </span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> $am</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> </span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> $gear</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> </span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> $carb</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> </span>
|
||||
</code></pre></div>
|
||||
</div>
|
||||
</main><aside class="col-md-3"><nav id="toc" aria-label="Table of contents"><h2>On this page</h2>
|
||||
</nav></aside></div>
|
||||
|
||||
|
||||
<footer><div class="pkgdown-footer-left">
|
||||
<p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.1.1.</p>
|
||||
</div>
|
||||
|
||||
<div class="pkgdown-footer-right">
|
||||
<p>Developed by Andreas Gammelgaard Damsbo. Provided without <strong>any warranty</strong>.</p>
|
||||
</div>
|
||||
|
||||
</footer></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body></html>
|
||||
|
||||
|
|
@ -138,7 +138,7 @@
|
|||
<span class="r-out co"><span class="r-pr">#></span> z$qr <- NULL</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> z</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> }</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> <bytecode: 0x56021add1138></span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> <bytecode: 0x55bdd7fe0420></span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> <environment: namespace:stats></span>
|
||||
</code></pre></div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -136,6 +136,12 @@
|
|||
<dd>Contrast Text Color</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="create-column.html">create_column_ui()</a></code> <code><a href="create-column.html">create_column_server()</a></code> <code><a href="create-column.html">list_allowed_operations()</a></code> <code><a href="create-column.html">modal_create_column()</a></code> <code><a href="create-column.html">winbox_create_column()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Create new column</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="create_baseline.html">create_baseline()</a></code>
|
||||
|
||||
</dt>
|
||||
|
|
@ -280,6 +286,12 @@
|
|||
<dd>Get the function options based on the selected function description</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="get_var_icon.html">get_var_icon()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Easily get variable icon based on data type or class</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="getfun.html">getfun()</a></code>
|
||||
|
||||
</dt>
|
||||
|
|
@ -526,6 +538,12 @@
|
|||
<dd>(Re)label columns in data.frame</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="show_data.html">show_data()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Display a table in a window</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="sort_by.html">sort_by()</a></code>
|
||||
|
||||
</dt>
|
||||
|
|
|
|||
8
reference/list_allowed_operations.html
Normal file
8
reference/list_allowed_operations.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;URL=https://agdamsbo.github.io/FreesearchR/reference/create-column.html" />
|
||||
<meta name="robots" content="noindex">
|
||||
<link rel="canonical" href="https://agdamsbo.github.io/FreesearchR/reference/create-column.html">
|
||||
</head>
|
||||
</html>
|
||||
|
||||
8
reference/modal_create_column.html
Normal file
8
reference/modal_create_column.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;URL=https://agdamsbo.github.io/FreesearchR/reference/create-column.html" />
|
||||
<meta name="robots" content="noindex">
|
||||
<link rel="canonical" href="https://agdamsbo.github.io/FreesearchR/reference/create-column.html">
|
||||
</head>
|
||||
</html>
|
||||
|
||||
122
reference/show_data.html
Normal file
122
reference/show_data.html
Normal file
|
|
@ -0,0 +1,122 @@
|
|||
<!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"><title>Display a table in a window — show_data • FreesearchR</title><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.3.1/bootstrap.min.css" rel="stylesheet"><script src="../deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="../deps/Montserrat-0.4.10/font.css" rel="stylesheet"><link href="../deps/Public_Sans-0.4.10/font.css" rel="stylesheet"><link href="../deps/font-awesome-6.5.2/css/all.min.css" rel="stylesheet"><link href="../deps/font-awesome-6.5.2/css/v4-shims.min.css" rel="stylesheet"><script src="../deps/headroom-0.11.0/headroom.min.js"></script><script src="../deps/headroom-0.11.0/jQuery.headroom.min.js"></script><script src="../deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><script src="../deps/clipboard.js-2.0.11/clipboard.min.js"></script><script src="../deps/search-1.0.0/autocomplete.jquery.min.js"></script><script src="../deps/search-1.0.0/fuse.min.js"></script><script src="../deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><script src="../pkgdown.js"></script><link href="../extra.css" rel="stylesheet"><meta property="og:title" content="Display a table in a window — show_data"><meta name="description" content="Display a table in a window"><meta property="og:description" content="Display a table in a window"><meta property="og:image" content="https://agdamsbo.github.io/FreesearchR/logo.png"></head><body>
|
||||
<a href="#main" class="visually-hidden-focusable">Skip to contents</a>
|
||||
|
||||
|
||||
<nav class="navbar navbar-expand-lg fixed-top bg-primary" data-bs-theme="dark" aria-label="Site navigation"><div class="container">
|
||||
|
||||
<a class="navbar-brand me-2" href="../index.html">FreesearchR</a>
|
||||
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.4.3</small>
|
||||
|
||||
|
||||
<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/FreesearchR.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">
|
||||
<button class="nav-link dropdown-toggle" type="button" id="dropdown-articles" data-bs-toggle="dropdown" aria-expanded="false" aria-haspopup="true">Articles</button>
|
||||
<ul class="dropdown-menu" aria-labelledby="dropdown-articles"><li><a class="dropdown-item" href="../articles/data-types.html">Data types</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/session.html">Session info</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/visuals.html">On visuals</a></li>
|
||||
</ul></li>
|
||||
<li class="nav-item"><a class="nav-link" href="../ROADMAP.html">Roadmap</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="../QA.html">Q&A</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="../news/index.html">Changelog</a></li>
|
||||
</ul><ul class="navbar-nav"><li class="nav-item"><form class="form-inline" role="search">
|
||||
<input class="form-control" type="search" name="search-input" id="search-input" autocomplete="off" aria-label="Search site" placeholder="Search for" data-search-index="../search.json"></form></li>
|
||||
<li class="nav-item"><a class="external-link nav-link" href="https://github.com/agdamsbo/FreesearchR/" aria-label="GitHub"><span class="fa fab fa-github fa-lg"></span></a></li>
|
||||
</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="../logo.png" class="logo" alt=""><h1>Display a table in a window</h1>
|
||||
<small class="dont-index">Source: <a href="https://github.com/agdamsbo/FreesearchR/blob/main/R/datagrid-infos-mod.R" class="external-link"><code>R/datagrid-infos-mod.R</code></a></small>
|
||||
<div class="d-none name"><code>show_data.Rd</code></div>
|
||||
</div>
|
||||
|
||||
<div class="ref-description section level2">
|
||||
<p>Display a table in a window</p>
|
||||
</div>
|
||||
|
||||
<div class="section level2">
|
||||
<h2 id="ref-usage">Usage<a class="anchor" aria-label="anchor" href="#ref-usage"></a></h2>
|
||||
<div class="sourceCode"><pre class="sourceCode r"><code><span><span class="fu">show_data</span><span class="op">(</span></span>
|
||||
<span> <span class="va">data</span>,</span>
|
||||
<span> title <span class="op">=</span> <span class="cn">NULL</span>,</span>
|
||||
<span> options <span class="op">=</span> <span class="cn">NULL</span>,</span>
|
||||
<span> show_classes <span class="op">=</span> <span class="cn">TRUE</span>,</span>
|
||||
<span> type <span class="op">=</span> <span class="fu"><a href="https://rdrr.io/r/base/c.html" class="external-link">c</a></span><span class="op">(</span><span class="st">"popup"</span>, <span class="st">"modal"</span>, <span class="st">"winbox"</span><span class="op">)</span>,</span>
|
||||
<span> width <span class="op">=</span> <span class="st">"65%"</span>,</span>
|
||||
<span> <span class="va">...</span></span>
|
||||
<span><span class="op">)</span></span></code></pre></div>
|
||||
</div>
|
||||
|
||||
<div class="section level2">
|
||||
<h2 id="arguments">Arguments<a class="anchor" aria-label="anchor" href="#arguments"></a></h2>
|
||||
|
||||
|
||||
<dl><dt id="arg-data">data<a class="anchor" aria-label="anchor" href="#arg-data"></a></dt>
|
||||
<dd><p>a data object (either a <code>matrix</code> or a <code>data.frame</code>).</p></dd>
|
||||
|
||||
|
||||
<dt id="arg-title">title<a class="anchor" aria-label="anchor" href="#arg-title"></a></dt>
|
||||
<dd><p>Title to be displayed in window.</p></dd>
|
||||
|
||||
|
||||
<dt id="arg-options">options<a class="anchor" aria-label="anchor" href="#arg-options"></a></dt>
|
||||
<dd><p>Arguments passed to <code><a href="https://dreamrs.github.io/toastui/reference/datagrid.html" class="external-link">toastui::datagrid()</a></code>.</p></dd>
|
||||
|
||||
|
||||
<dt id="arg-show-classes">show_classes<a class="anchor" aria-label="anchor" href="#arg-show-classes"></a></dt>
|
||||
<dd><p>Show variables classes under variables names in table header.</p></dd>
|
||||
|
||||
|
||||
<dt id="arg-type">type<a class="anchor" aria-label="anchor" href="#arg-type"></a></dt>
|
||||
<dd><p>Display table in a pop-up with <code><a href="https://dreamrs.github.io/shinyWidgets/reference/sweetalert.html" class="external-link">shinyWidgets::show_alert()</a></code>,
|
||||
in modal window with <code><a href="https://rdrr.io/pkg/shiny/man/showModal.html" class="external-link">shiny::showModal()</a></code> or in a WinBox window with <code><a href="https://dreamrs.github.io/shinyWidgets/reference/WinBox.html" class="external-link">shinyWidgets::WinBox()</a></code>.</p></dd>
|
||||
|
||||
|
||||
<dt id="arg-width">width<a class="anchor" aria-label="anchor" href="#arg-width"></a></dt>
|
||||
<dd><p>Width of the window, only used if <code>type = "popup"</code> or <code>type = "winbox"</code>.</p></dd>
|
||||
|
||||
|
||||
<dt id="arg--">...<a class="anchor" aria-label="anchor" href="#arg--"></a></dt>
|
||||
<dd><p>Additional options, such as <code>wbOptions = wbOptions()</code> or <code>wbControls = wbControls()</code>.</p></dd>
|
||||
|
||||
</dl></div>
|
||||
<div class="section level2">
|
||||
<h2 id="value">Value<a class="anchor" aria-label="anchor" href="#value"></a></h2>
|
||||
<p>No value.</p>
|
||||
</div>
|
||||
<div class="section level2">
|
||||
<h2 id="note">Note<a class="anchor" aria-label="anchor" href="#note"></a></h2>
|
||||
<p>If you use <code>type = "winbox"</code>, you'll need to use <code><a href="https://dreamrs.github.io/shinyWidgets/reference/html_dependency_winbox.html" class="external-link">shinyWidgets::html_dependency_winbox()</a></code> somewhere in your UI.</p>
|
||||
</div>
|
||||
|
||||
</main><aside class="col-md-3"><nav id="toc" aria-label="Table of contents"><h2>On this page</h2>
|
||||
</nav></aside></div>
|
||||
|
||||
|
||||
<footer><div class="pkgdown-footer-left">
|
||||
<p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.1.1.</p>
|
||||
</div>
|
||||
|
||||
<div class="pkgdown-footer-right">
|
||||
<p>Developed by Andreas Gammelgaard Damsbo. Provided without <strong>any warranty</strong>.</p>
|
||||
</div>
|
||||
|
||||
</footer></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body></html>
|
||||
|
||||
|
|
@ -67,6 +67,28 @@
|
|||
<h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor" href="#ref-examples"></a></h2>
|
||||
<div class="sourceCode"><pre class="sourceCode r"><code><span class="r-in"><span><span class="st">"ordinal"</span> <span class="op">|></span> <span class="fu">type_icons</span><span class="op">(</span><span class="op">)</span></span></span>
|
||||
<i class="fas fa-arrow-down-1-9" role="presentation" aria-label="arrow-down-1-9 icon"></i><span class="r-in"><span><span class="fu"><a href="default_parsing.html">default_parsing</a></span><span class="op">(</span><span class="va">mtcars</span><span class="op">)</span> <span class="op">|></span> <span class="fu"><a href="https://rdrr.io/r/base/lapply.html" class="external-link">sapply</a></span><span class="op">(</span><span class="va">data_type</span><span class="op">)</span> <span class="op">|></span> <span class="fu">type_icons</span><span class="op">(</span><span class="op">)</span></span></span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>coercing argument of type 'character' to logical</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> $mpg</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> </span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> $cyl</span>
|
||||
|
|
|
|||
8
reference/winbox_create_column.html
Normal file
8
reference/winbox_create_column.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;URL=https://agdamsbo.github.io/FreesearchR/reference/create-column.html" />
|
||||
<meta name="robots" content="noindex">
|
||||
<link rel="canonical" href="https://agdamsbo.github.io/FreesearchR/reference/create-column.html">
|
||||
</head>
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue