Home
last modified time | relevance | path

Searched defs:col_names (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/dports/textproc/R-cran-readr/readr/R/
H A Dwrite.R71 col_names = !append, argument
112 write_csv <- function(x, file, na = "NA", append = FALSE, col_names = !append, argument
140 write_csv2 <- function(x, file, na = "NA", append = FALSE, col_names = !append, argument
172 col_names = !append, delim = ",", argument
219 col_names = !append, delim = ";", argument
259 write_tsv <- function(x, file, na = "NA", append = FALSE, col_names = !append, argument
310 col_names = !append, argument
336 format_csv <- function(x, na = "NA", append = FALSE, col_names = !append, argument
351 format_csv2 <- function(x, na = "NA", append = FALSE, col_names = !append, argument
367 format_tsv <- function(x, na = "NA", append = FALSE, col_names = !append, argument
H A Dread_delim_chunked.R37 read_tokens_chunked <- function(data, callback, chunk_size, tokenizer, col_specs, col_names, locale… argument
65 col_names = TRUE, col_types = NULL, argument
88 read_csv_chunked <- function(file, callback, chunk_size = 10000, col_names = TRUE, col_types = NULL, argument
107 read_csv2_chunked <- function(file, callback, chunk_size = 10000, col_names = TRUE, col_types = NUL… argument
127 read_tsv_chunked <- function(file, callback, chunk_size = 10000, col_names = TRUE, col_types = NULL, argument
H A Dread_fwf.R113 fwf_empty <- function(file, skip = 0, skip_empty_rows = FALSE, col_names = NULL, comment = "", n = … argument
137 fwf_widths <- function(widths, col_names = NULL) { argument
149 fwf_positions <- function(start, end = NULL, col_names = NULL) { argument
H A Dread_table.R33 read_table <- function(file, col_names = TRUE, col_types = NULL, argument
59 read_table2 <- function(file, col_names = TRUE, col_types = NULL, argument
H A Dread_delim.R144 col_names = TRUE, col_types = NULL, argument
205 col_names = TRUE, argument
270 col_names = TRUE, argument
333 read_tsv <- function(file, col_names = TRUE, col_types = NULL, argument
382 read_tokens <- function(data, tokenizer, col_specs, col_names, locale_, n_max, progress) { argument
389 read_delimited <- function(file, tokenizer, col_names = TRUE, col_types = NULL, argument
H A Dread_log.R11 read_log <- function(file, col_names = FALSE, col_types = NULL, argument
/dports/textproc/R-cran-vroom/vroom/R/
H A Dvroom_fwf.R103 fwf_empty <- function(file, skip = 0, col_names = NULL, comment = "", n = 100L) { argument
128 fwf_widths <- function(widths, col_names = NULL) { argument
137 fwf_positions <- function(start, end = NULL, col_names = NULL) { argument
H A Dcpp11.R39 vroom_fwf_ <- function(inputs, col_starts, col_ends, trim_ws, col_names, col_types, col_select, nam… argument
47 vroom_write_ <- function(input, filename, delim, eol, na_str, col_names, append, options, num_threa… argument
51 vroom_write_connection_ <- function(input, con, delim, eol, na_str, col_names, options, num_threads… argument
55 vroom_format_ <- function(input, delim, eol, na_str, col_names, append, options, num_threads, progr… argument
59 …ble, escape_backslash, comment, skip_empty_rows, skip, n_max, progress, col_names, col_types, col_… argument
/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dperformance.R29 split_matrix <- function(x, col_names = colnames(x)) { argument
36 mat_2_df <- function(x, col_names = colnames(x)) { argument
/dports/devel/R-cran-broom/broom/R/
H A Dnnet-tidiers.R54 col_names <- colnames(coef(x)) functionVar
83 multinomRowToDf <- function(r, coef, se, col_names) { argument
H A Dkendall-tidiers.R42 col_names <- c( vector
/dports/textproc/R-cran-vroom/vroom/src/
H A Dcpp11.cpp74 …room_fwf_(SEXP inputs, SEXP col_starts, SEXP col_ends, SEXP trim_ws, SEXP col_names, SEXP col_type… in _vroom_vroom_fwf_()
88 …write_(SEXP input, SEXP filename, SEXP delim, SEXP eol, SEXP na_str, SEXP col_names, SEXP append, … in _vroom_vroom_write_()
96 …connection_(SEXP input, SEXP con, SEXP delim, SEXP eol, SEXP na_str, SEXP col_names, SEXP options,… in _vroom_vroom_write_connection_()
104 extern "C" SEXP _vroom_vroom_format_(SEXP input, SEXP delim, SEXP eol, SEXP na_str, SEXP col_names,… in _vroom_vroom_format_()
111 …comment, SEXP skip_empty_rows, SEXP skip, SEXP n_max, SEXP progress, SEXP col_names, SEXP col_type… in _vroom_vroom_()
/dports/math/R-cran-recipes/recipes/R/
H A Dsqrt.R64 col_names <- recipes_eval_select(x$terms, training, info) functionVar
79 col_names <- object$columns functionVar
H A Dspatialsign.R95 col_names <- recipes_eval_select(x$terms, training, info) functionVar
112 col_names <- object$columns functionVar
H A Dmissing.r99 col_names <- recipes_eval_select(x$terms, training, info) functionVar
110 col_names <- object$columns functionVar
H A Dnaindicate.R83 col_names <- recipes_eval_select(x$terms, training, info) functionVar
98 col_names <- object$columns functionVar
H A Dhyperbolic.R81 col_names <- recipes_eval_select(x$terms, training, info) functionVar
102 col_names <- object$columns functionVar
H A Dlog.R99 col_names <- recipes_eval_select(x$terms, training, info) functionVar
118 col_names <- object$columns functionVar
/dports/textproc/R-cran-readxl/readxl/R/
H A DRcppExports.R12 read_xls_ <- function(path, sheet_i, limits, shim, col_names, col_types, na, trim_ws, guess_max = 1… argument
32 read_xlsx_ <- function(path, sheet_i, limits, shim, col_names, col_types, na, trim_ws, guess_max = … argument
H A Dread_excel.R122 col_names = TRUE, col_types = NULL, argument
147 col_names = TRUE, col_types = NULL, argument
167 col_names = TRUE, col_types = NULL, argument
185 col_names = TRUE, col_types = NULL, argument
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/
H A Drstutils.py11 col_names=None, argument
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Plugins/Import/
H A DImportOds.php279 array $col_names,
352 array $col_names,
/dports/textproc/R-cran-cellranger/cellranger/R/
H A Danchor.R63 col_names = NULL, byrow = FALSE) { argument
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/examples/demo/Standard_Editors/
H A DDataFrameEditor_demo.py68 col_names = [ variable
/dports/graphics/py-traitsui/traitsui-7.1.1/examples/demo/Standard_Editors/
H A DDataFrameEditor_demo.py68 col_names = [ variable

12345678910>>...14