mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
rendering
This commit is contained in:
parent
913844d34b
commit
747670bb57
9 changed files with 161 additions and 29 deletions
|
|
@ -4,7 +4,7 @@
|
|||
\alias{compare_missings}
|
||||
\title{Pairwise comparison of missings across covariables}
|
||||
\usage{
|
||||
compare_missings(data, by_var)
|
||||
compare_missings(data, by_var, max_level = 20)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{data frame}
|
||||
|
|
|
|||
44
man/split-string.Rd
Normal file
44
man/split-string.Rd
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/separate_string.R
|
||||
\name{split-string}
|
||||
\alias{split-string}
|
||||
\alias{string_split_ui}
|
||||
\alias{string_split_server}
|
||||
\alias{modal_string_split}
|
||||
\title{String split module based on tidyr::separate_}
|
||||
\usage{
|
||||
string_split_ui(id)
|
||||
|
||||
string_split_server(id, data_r = reactive(NULL))
|
||||
|
||||
modal_string_split(
|
||||
id,
|
||||
title = i18n$t("Split character string"),
|
||||
easyClose = TRUE,
|
||||
size = "xl",
|
||||
footer = NULL
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{id}{id}
|
||||
|
||||
\item{data_r}{reactive data}
|
||||
|
||||
\item{title}{Modal title}
|
||||
|
||||
\item{easyClose}{easyClose}
|
||||
|
||||
\item{size}{size}
|
||||
|
||||
\item{footer}{footer}
|
||||
}
|
||||
\value{
|
||||
A shiny ui module
|
||||
|
||||
shiny module server
|
||||
|
||||
shiny modal
|
||||
}
|
||||
\description{
|
||||
String split module based on tidyr::separate_
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue