Home
last modified time | relevance | path

Searched defs:values_to (Results 1 – 16 of 16) sorted by relevance

/dports/devel/R-cran-broom/broom/R/
H A Dmargins-tidiers.R83 … tidyr::pivot_longer(., dplyr::all_of(at_vars), names_to = "at.variable", values_to = "at.value"), functionVar
89 … tidyr::pivot_longer(dplyr::all_of(at_vars), names_to = "at.variable", values_to = "at.value") functionVar
H A Dstats-prcomp-tidiers.R117 values_to = "value") functionVar
H A Dlfe-tidiers.R148 values_to = "value" functionVar
/dports/textproc/R-cran-vroom/vroom/inst/bench/
H A Dsummarise-benchmarks.R25 pivot_longer(., cols = c(process, real), names_to = "type", values_to = "time") %>% nameattr
/dports/devel/R-cran-tidyr/tidyr/R/
H A Dpivot-long.R119 values_to = "value", argument
140 values_to = "value", argument
267 values_to = "value", argument
H A Drectangle.R198 values_to = NULL, argument
444 vec_to_long <- function(x, col, values_to, indices_to, indices_include = NULL) { argument
/dports/devel/R-cran-tidyr/tidyr/inst/doc/
H A Drectangle.R67 pivot_longer(c(books, tvSeries), names_to = "media", values_to = "value") %>% nameattr
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/qt4/
H A Dset_editor.py312 def _transfer_all(self, list_from, list_to, values_from, values_to): argument
335 def _transfer_items(self, list_from, list_to, values_from, values_to): argument
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/scriptengine/
H A Dproperty_animator.cpp24 int values_count, double* values_from, double* values_to, in AnimatedProperty()
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/wx/
H A Dset_editor.py357 def _transfer_all(self, list_from, list_to, values_from, values_to): argument
380 def _transfer_items(self, list_from, list_to, values_from, values_to): argument
/dports/math/R-cran-recipes/recipes/R/
H A Dnnmf.R204 names_to = "component", values_to = "value") functionVar
H A Dpls.R393 tidyr::pivot_longer(c(-terms), names_to = "component", values_to = "value") nameattr
/dports/www/py-weboob/weboob-2.0/weboob/applications/boobcoming/
H A Dboobcoming.py231 def select_values(self, values_from, values_to, query_str): argument
/dports/lang/ypsilon/ypsilon-0.9.6-update3/src/
H A Dobject_heap_compact.cpp142 scm_values_t values_to = (scm_values_t)to; in relocate_collectible() local
/dports/math/R-cran-sf/sf/R/
H A Dtidyverse.R335 values_to = "value", values_drop_na = FALSE, values_ptypes = list(), argument
/dports/x11/lxhotkey/lxhotkey-0.1.1/plugins/openbox/
H A Dopenbox.c270 static char * values_to[] = { "#", N_("current"), N_("next"), N_("previous"), variable