Home
last modified time | relevance | path

Searched refs:colNames (Results 1 – 25 of 824) sorted by relevance

12345678910>>...33

/dports/textproc/R-cran-openxlsx/openxlsx/tests/testthat/
H A Dtest-read_from_created_wb.R15 x <- read.xlsx(wb, 1, colNames = TRUE, rowNames = TRUE)
21 x <- read.xlsx(wb, sheet = 2, colNames = TRUE, rowNames = FALSE)
27 x <- read.xlsx(wb, sheet = 3, colNames = FALSE, rowNames = TRUE)
34 x <- read.xlsx(wb, sheet = 4, colNames = FALSE, rowNames = FALSE)
62 expect_warning(read.xlsx(wb, sheet = 1, colNames = FALSE))
63 expect_warning(read.xlsx(wb, sheet = 1, colNames = TRUE))
82 x <- read.xlsx(wb, sheet = 1, colNames = FALSE)
85 x <- read.xlsx(wb, sheet = 1, colNames = TRUE)
102 x <- read.xlsx(wb, sheet = 1, colNames = FALSE)
124 writeData(wb, 1, Sys.Date(), colNames = FALSE)
[all …]
H A Dtest-read_from_loaded_workbook.R28 y <- read.xlsx(wb, sheet, startRow = 3, colNames = FALSE, detectDates = TRUE)
34 y <- read.xlsx(wb, sheet, rows = 2:4, colNames = TRUE, detectDates = TRUE)
40 y <- read.xlsx(wb, sheet, rows = 2:4, colNames = FALSE, detectDates = TRUE)
46 y <- read.xlsx(wb, sheet, rows = 2:4, colNames = FALSE, detectDates = FALSE)
53 y <- read.xlsx(wb, sheet, colNames = FALSE, detectDates = FALSE, cols = 2:4)
70 y <- read.xlsx(wb, sheet, startRow = 3, colNames = FALSE, detectDates = TRUE)
76 y <- read.xlsx(wb, sheet, rows = 2:4, colNames = TRUE, detectDates = TRUE)
82 y <- read.xlsx(wb, sheet, rows = 2:4, colNames = FALSE, detectDates = TRUE)
88 y <- read.xlsx(wb, sheet, rows = 2:4, colNames = FALSE, detectDates = FALSE)
95 y <- read.xlsx(wb, sheet, colNames = FALSE, detectDates = FALSE, cols = 2:4)
[all …]
H A Dtest-named_regions.R41 df1 <- read.xlsx(wb, namedRegion = "region1", colNames = FALSE)
81 colNames = FALSE,
87 colNames = FALSE,
99 colNames = FALSE,
105 colNames = FALSE,
179 x <- read.xlsx(xlsxFile = wb, namedRegion = "iris", colNames = TRUE, skipEmptyRows = TRUE)
182 x <- read.xlsx(xlsxFile = wb, namedRegion = "iris2", colNames = TRUE, skipEmptyRows = TRUE)
187 x <- read.xlsx(xlsxFile = wb, namedRegion = "iris", colNames = TRUE, skipEmptyRows = FALSE)
257 x <- read.xlsx(xlsxFile = wb, namedRegion = "iris", colNames = TRUE, skipEmptyCols = TRUE)
260 x <- read.xlsx(xlsxFile = wb, namedRegion = "iris2", colNames = TRUE, skipEmptyCols = TRUE)
[all …]
H A Dtest-skip_empty_cols.R36 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = TRUE, skipEmptyRows = TRUE, colNames = FA…
40 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = TRUE, skipEmptyRows = TRUE, colNames = TR…
48 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = FALSE, skipEmptyRows = FALSE, colNames = …
66 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = FALSE, skipEmptyRows = FALSE, colNames = …
85 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = FALSE, skipEmptyRows = TRUE, colNames = F…
101 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = FALSE, skipEmptyRows = TRUE, colNames = T…
117 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = TRUE, skipEmptyRows = FALSE, colNames = F…
129 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = TRUE, skipEmptyRows = FALSE, colNames = T…
147 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = TRUE, skipEmptyRows = TRUE, colNames = FA…
151 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = TRUE, skipEmptyRows = TRUE, colNames = TR…
[all …]
H A Dtest-load_read_file_read_equality.R11 …writeData(wb, sheet = 1, x = mtcars, colNames = TRUE, rowNames = TRUE, startRow = 10, startCol = 5…
12 …writeData(wb, sheet = 2, x = mtcars, colNames = TRUE, rowNames = FALSE, startRow = 10, startCol = …
13 …writeData(wb, sheet = 3, x = mtcars, colNames = FALSE, rowNames = TRUE, startRow = 2, startCol = 2…
14 …writeData(wb, sheet = 4, x = mtcars, colNames = FALSE, rowNames = FALSE, startRow = 12, startCol =…
22 x <- read.xlsx(wb, 1, colNames = TRUE, rowNames = TRUE)
27 x <- read.xlsx(wb, sheet = 2, colNames = TRUE, rowNames = FALSE)
33 x <- read.xlsx(wb, sheet = 3, colNames = FALSE, rowNames = TRUE)
39 x <- read.xlsx(wb, sheet = 4, colNames = FALSE, rowNames = FALSE)
H A Dtest-skip_empty_rows.R110 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = TRUE, skipEmptyRows = TRUE, colNames = FA…
114 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = TRUE, skipEmptyRows = TRUE, colNames = TR…
122 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = FALSE, skipEmptyRows = FALSE, colNames = …
140 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = FALSE, skipEmptyRows = FALSE, colNames = …
159 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = FALSE, skipEmptyRows = TRUE, colNames = F…
175 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = FALSE, skipEmptyRows = TRUE, colNames = T…
191 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = TRUE, skipEmptyRows = FALSE, colNames = F…
203 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = TRUE, skipEmptyRows = FALSE, colNames = T…
221 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = TRUE, skipEmptyRows = TRUE, colNames = FA…
225 …x <- read.xlsx(xlsxFile = fl, sheet = 4, skipEmptyCols = TRUE, skipEmptyRows = TRUE, colNames = TR…
[all …]
/dports/math/coinmp/CoinMP-releases-1.8.4/CoinMP/examples/vb6/
H A DSolveAfiro.bas450 colNames(0) = "x01"
451 colNames(1) = "x02"
452 colNames(2) = "x03"
453 colNames(3) = "x04"
454 colNames(4) = "x06"
455 colNames(5) = "x07"
456 colNames(6) = "x08"
457 colNames(7) = "x09"
458 colNames(8) = "x10"
459 colNames(9) = "x11"
[all …]
H A DSolveP0033.bas471 colNames(0) = "c157"
472 colNames(1) = "c158"
473 colNames(2) = "c159"
474 colNames(3) = "c160"
475 colNames(4) = "c161"
476 colNames(5) = "c162"
477 colNames(6) = "c163"
478 colNames(7) = "c164"
479 colNames(8) = "c165"
480 colNames(9) = "c166"
[all …]
H A DSolveCoinTest.bas46 Dim colNames(NUM_COLS) As String variable
158 colNames(0) = "c1"
159 colNames(1) = "c2"
160 colNames(2) = "c3"
161 colNames(3) = "c4"
162 colNames(4) = "c5"
163 colNames(5) = "c6"
164 colNames(6) = "c7"
165 colNames(7) = "c8"
188 colNamesBuf = CoinGenerateNamesBuf(colNames, NUM_COLS)
[all …]
H A DSolveExMip1.bas36 Dim colNames(NUM_COLS) As String variable
155 colNames(0) = "col01"
156 colNames(1) = "col02"
157 colNames(2) = "col03"
158 colNames(3) = "col04"
159 colNames(4) = "col05"
160 colNames(5) = "col06"
161 colNames(6) = "col07"
162 colNames(7) = "col08"
185 colNamesBuf = CoinGenerateNamesBuf(colNames, NUM_COLS)
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/ngs_roi/R/ngsroi/R/
H A DwriteROI.R8 colNames = names(t1) functionVar
9 colNames = colNames[!colNames == "counts"]
10 outStr = paste( t1[colNames],collapse="\t")
18 colNames = names(roi) functionVar
19 colNames = colNames[!colNames == "counts"]
22 outStr=paste(c(outStr, "##",colNames[1]), collapse="")
23 for(colIds in c(2:length(colNames)))
25 outStr = paste(c(outStr, colNames[colIds]), collapse="\t")
/dports/textproc/R-cran-openxlsx/openxlsx/R/
H A DwriteDataTable.R145 colNames = TRUE, argument
174 colNames <- col.names
240 showColNames <- colNames
242 if (colNames) {
243 colNames <- colnames(x)
253 names(x) <- colNames
262 names(x) <- colNames
285 colNames = TRUE,
294 colNames = TRUE,
306 colNames <- replaceIllegalCharacters(colNames)
[all …]
H A DwriteData.R167 colNames = TRUE, argument
194 colNames <- col.names
225 assert_true_false(colNames)
238 colNames <- FALSE
245 colNames <- FALSE
261 colNames <- FALSE
271 if (nRow == 0 & !colNames) {
335 colNames = colNames,
381 colNames = colNames,
391 startRow = startRow + colNames,
[all …]
/dports/www/grafana8/xorm/
H A Ddialect_postgres_test.go88 colNames := getIndexColName(s)
89 assert.Equal(t, []string{"major"}, colNames)
94 colNames := getIndexColName(s)
95 assert.Equal(t, []string{"major", "minor"}, colNames)
100 colNames := getIndexColName(s)
101 assert.Equal(t, []string{"major", "minor"}, colNames)
106 colNames := getIndexColName(s)
107 assert.Equal(t, []string{"major", "minor"}, colNames)
112 colNames := getIndexColName(s)
113 assert.Equal(t, []string{"major"}, colNames)
H A Dsession_update.go158 var colNames []string
193 colNames = make([]string, 0)
198 colNames = append(colNames, session.engine.Quote(v.String())+" = ?")
210 colNames = append(colNames, session.engine.Quote(table.Updated)+" = ?")
245 colNames = append(colNames, session.engine.Quote(colName)+"="+tp)
251 colNames = append(colNames, session.engine.Quote(colName)+"=("+subQuery+")")
254 colNames = append(colNames, session.engine.Quote(colName)+"=?")
387 if len(colNames) <= 0 {
541 return colNames, args, err
546 colNames = append(colNames, session.engine.Quote(col.Name)+" = ?")
[all …]
H A Dstatement_exprparam.go28 colNames []string member
33 return len(exprs.colNames)
37 exprs.colNames = append(exprs.colNames, colName)
42 for _, name := range exprs.colNames {
51 for i, name := range exprs.colNames {
95 for i, colName := range exprs.colNames {
118 if i+1 != len(exprs.colNames) {
/dports/biology/py-ete3/ete3-3.1.2/ete3/coretype/
H A Darraytable.py66 self.colNames = []
104 index = self.colNames.index(colname)
105 self.colNames.pop(index)
139 colNames = []
154 colNames.append(gname)
156 for cname in self.colNames:
159 colNames.append(cname)
162 grouped_array.colNames= colNames
172 transposedA.colNames = list(self.rowNames)
188 if len(self.colNames) != m.shape[1]:
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/xorm.io/xorm/
H A Dsession_update.go164 var colNames []string
199 colNames = make([]string, 0)
204 colNames = append(colNames, session.engine.Quote(v.String())+" = ?")
216 colNames = append(colNames, session.engine.Quote(table.Updated)+" = ?")
258 colNames = append(colNames, session.engine.Quote(expr.ColName)+"="+tp)
264 colNames = append(colNames, session.engine.Quote(expr.ColName)+"=("+subQuery+")")
267 colNames = append(colNames, session.engine.Quote(expr.ColName)+"=?")
341 if len(colNames) <= 0 {
543 return colNames, args, err
548 colNames = append(colNames, session.engine.Quote(col.Name)+" = ?")
[all …]
/dports/textproc/R-cran-readxl/readxl/src/
H A DXlsWorkSheet.cpp23 CharacterVector colNames; in read_xls_() local
27 colNames = as<CharacterVector>(col_names); in read_xls_()
31 colNames = has_col_names ? ws.colNames(na, trim_ws) : CharacterVector(ws.ncol(), ""); in read_xls_()
53 colNames = reconcileNames(colNames, colTypes, sheet_i); in read_xls_()
56 return ws.readCols(colNames, colTypes, na, trim_ws, has_col_names); in read_xls_()
H A DXlsxWorkSheet.cpp30 CharacterVector colNames; in read_xlsx_() local
34 colNames = as<CharacterVector>(col_names); in read_xlsx_()
38 colNames = has_col_names ? ws.colNames(na, trim_ws) : CharacterVector(ws.ncol(), ""); in read_xlsx_()
60 colNames = reconcileNames(colNames, colTypes, sheet_i); in read_xlsx_()
63 return ws.readCols(colNames, colTypes, na, trim_ws, has_col_names); in read_xlsx_()
/dports/net/cloudquery/cloudquery-0.16.0/pkg/module/drift/
H A Dtable.go13 colNames := make([]string, 0, len(t.Table.Columns))
19 colNames = append(colNames, c.Name)
21 return colNames
42 var colNames []string
52 colNames = append(colNames, c.Name)
55 return colNames
/dports/ftp/jftp/j-ftp/src/java/net/sf/jftp/gui/base/dir/
H A DDirComponent.java29 Vector colNames = new Vector(); in update() local
30 colNames.add(""); in update()
31 colNames.add("Name"); in update()
32 colNames.add("Size"); in update()
33 colNames.add("##"); in update()
35 TableUtils.layoutTable(jl, table, colNames); in update()
/dports/databases/R-cran-RSQLite/RSQLite/src/
H A Dparam_binding.c60 static int find_by_name(const char* paramName, SEXP colNames) { in find_by_name() argument
61 int i = 0, len = length(colNames), ans = -1; in find_by_name()
64 const char* s = CHAR(STRING_ELT(colNames, i)); in find_by_name()
78 SEXP colNames, col_data; in RS_SQLite_createParameterBinding() local
80 colNames = Rf_getAttrib(bind_data, R_NamesSymbol); in RS_SQLite_createParameterBinding()
81 num_cols = length(colNames); in RS_SQLite_createParameterBinding()
125 current = find_by_name(paramName, colNames); in RS_SQLite_createParameterBinding()
133 CHAR(STRING_ELT(colNames, current)), i + 1); in RS_SQLite_createParameterBinding()
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/
H A DRelationalGroupedDataset.scala91 val columnExprs = if (colNames.isEmpty) {
96 colNames.map { colName =>
245 def mean(colNames: String*): DataFrame = {
246 aggregateNumericColumns(colNames : _*)(Average)
257 def max(colNames: String*): DataFrame = {
258 aggregateNumericColumns(colNames : _*)(Max)
269 def avg(colNames: String*): DataFrame = {
281 def min(colNames: String*): DataFrame = {
282 aggregateNumericColumns(colNames : _*)(Min)
293 def sum(colNames: String*): DataFrame = {
[all …]
/dports/finance/R-cran-timeSeries/timeSeries/R/
H A DtimeSeries-isOHLC.R48 colNames <- c("Open", "High", "Low", "Close") vector
49 if (colnames(object)[1:4] == colNames) {
73 colNames <- c("Open", "High", "Low", "Close", "Volume") vector
74 if (colnames(object) == colNames) {

12345678910>>...33