diff --git a/DESCRIPTION b/DESCRIPTION index 449eb141..818500f6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -131,4 +131,4 @@ Options: default.nfilter.tab=3, default.nfilter.noise=0.25, default.nfilter.levels=0.33 -RoxygenNote: 6.1.1 +RoxygenNote: 7.0.2 diff --git a/man/BooleDS.Rd b/man/BooleDS.Rd index 92eaa312..50eb4197 100644 --- a/man/BooleDS.Rd +++ b/man/BooleDS.Rd @@ -4,8 +4,13 @@ \alias{BooleDS} \title{BooleDS} \usage{ -BooleDS(V1.name = NULL, V2.name = NULL, Boolean.operator.n = NULL, - na.assign.text, numeric.output = TRUE) +BooleDS( + V1.name = NULL, + V2.name = NULL, + Boolean.operator.n = NULL, + na.assign.text, + numeric.output = TRUE +) } \arguments{ \item{V1.name}{A character string specifying the name of the vector to which the diff --git a/man/asFactorDS2.Rd b/man/asFactorDS2.Rd index b4d3843f..b97f3cc4 100644 --- a/man/asFactorDS2.Rd +++ b/man/asFactorDS2.Rd @@ -4,8 +4,12 @@ \alias{asFactorDS2} \title{Converts a numeric vector into a factor} \usage{ -asFactorDS2(input.var.name = NULL, all.unique.levels.transmit = NULL, - fixed.dummy.vars = NULL, baseline.level = NULL) +asFactorDS2( + input.var.name = NULL, + all.unique.levels.transmit = NULL, + fixed.dummy.vars = NULL, + baseline.level = NULL +) } \arguments{ \item{input.var.name}{the name of the variable that is to be converted to a factor.} diff --git a/man/dataFrameDS.Rd b/man/dataFrameDS.Rd index 0cc8026a..69be3d71 100644 --- a/man/dataFrameDS.Rd +++ b/man/dataFrameDS.Rd @@ -4,9 +4,15 @@ \alias{dataFrameDS} \title{dataFrameDS called by ds.dataFrame} \usage{ -dataFrameDS(vectors = NULL, r.names = NULL, ch.rows = FALSE, - ch.names = TRUE, clnames = NULL, strAsFactors = TRUE, - completeCases = FALSE) +dataFrameDS( + vectors = NULL, + r.names = NULL, + ch.rows = FALSE, + ch.names = TRUE, + clnames = NULL, + strAsFactors = TRUE, + completeCases = FALSE +) } \arguments{ \item{vectors}{a list which contains the elemental components to combine. diff --git a/man/dataFrameSortDS.Rd b/man/dataFrameSortDS.Rd index c0a574f3..c419ebf5 100644 --- a/man/dataFrameSortDS.Rd +++ b/man/dataFrameSortDS.Rd @@ -4,9 +4,13 @@ \alias{dataFrameSortDS} \title{dataFrameSortDS called by ds.dataFrameSort} \usage{ -dataFrameSortDS(df.text = NULL, sort.key.text = NULL, - sort.descending = FALSE, sort.alphabetic = FALSE, - sort.numeric = FALSE) +dataFrameSortDS( + df.text = NULL, + sort.key.text = NULL, + sort.descending = FALSE, + sort.alphabetic = FALSE, + sort.numeric = FALSE +) } \arguments{ \item{df.text}{a character string providing the name for the data.frame diff --git a/man/dataFrameSubsetDS1.Rd b/man/dataFrameSubsetDS1.Rd index 29a5bb6b..25002918 100644 --- a/man/dataFrameSubsetDS1.Rd +++ b/man/dataFrameSubsetDS1.Rd @@ -4,9 +4,15 @@ \alias{dataFrameSubsetDS1} \title{dataFrameSubsetDS1 an aggregate function called by ds.dataFrameSubset} \usage{ -dataFrameSubsetDS1(df.name = NULL, V1.name = NULL, V2.name = NULL, - Boolean.operator.n = NULL, keep.cols = NULL, rm.cols = NULL, - keep.NAs = NULL) +dataFrameSubsetDS1( + df.name = NULL, + V1.name = NULL, + V2.name = NULL, + Boolean.operator.n = NULL, + keep.cols = NULL, + rm.cols = NULL, + keep.NAs = NULL +) } \arguments{ \item{df.name}{a character string providing the name for the data.frame diff --git a/man/dataFrameSubsetDS2.Rd b/man/dataFrameSubsetDS2.Rd index 89eae803..fdc6c5ee 100644 --- a/man/dataFrameSubsetDS2.Rd +++ b/man/dataFrameSubsetDS2.Rd @@ -4,9 +4,15 @@ \alias{dataFrameSubsetDS2} \title{dataFrameSubsetDS2 an assign function called by ds.dataFrameSubset} \usage{ -dataFrameSubsetDS2(df.name = NULL, V1.name = NULL, V2.name = NULL, - Boolean.operator.n = NULL, keep.cols = NULL, rm.cols = NULL, - keep.NAs = NULL) +dataFrameSubsetDS2( + df.name = NULL, + V1.name = NULL, + V2.name = NULL, + Boolean.operator.n = NULL, + keep.cols = NULL, + rm.cols = NULL, + keep.NAs = NULL +) } \arguments{ \item{df.name}{a character string providing the name for the data.frame diff --git a/man/densityGridDS.Rd b/man/densityGridDS.Rd index 07a88b50..ea18a3b0 100644 --- a/man/densityGridDS.Rd +++ b/man/densityGridDS.Rd @@ -4,8 +4,16 @@ \alias{densityGridDS} \title{Generates a density grid with or without a priori defined limits} \usage{ -densityGridDS(xvect, yvect, limits = FALSE, x.min = NULL, - x.max = NULL, y.min = NULL, y.max = NULL, numints = 20) +densityGridDS( + xvect, + yvect, + limits = FALSE, + x.min = NULL, + x.max = NULL, + y.min = NULL, + y.max = NULL, + numints = 20 +) } \arguments{ \item{xvect}{a numerical vector} diff --git a/man/lexisDS2.Rd b/man/lexisDS2.Rd index 512a10f8..682f3545 100644 --- a/man/lexisDS2.Rd +++ b/man/lexisDS2.Rd @@ -4,8 +4,16 @@ \alias{lexisDS2} \title{lexisDS2} \usage{ -lexisDS2(datatext = NULL, intervalWidth, maxmaxtime, idCol, entryCol, - exitCol, statusCol, vartext = NULL) +lexisDS2( + datatext = NULL, + intervalWidth, + maxmaxtime, + idCol, + entryCol, + exitCol, + statusCol, + vartext = NULL +) } \arguments{ \item{datatext}{a clientside provided character string specifying the data.frame diff --git a/man/matrixDS.Rd b/man/matrixDS.Rd index 57f0733e..ddc20e03 100644 --- a/man/matrixDS.Rd +++ b/man/matrixDS.Rd @@ -4,8 +4,7 @@ \alias{matrixDS} \title{matrixDS assign function called by ds.matrix} \usage{ -matrixDS(mdata.transmit, from, nrows.transmit, ncols.transmit, byrow, - dimnames) +matrixDS(mdata.transmit, from, nrows.transmit, ncols.transmit, byrow, dimnames) } \arguments{ \item{mdata.transmit}{specifies the elements of the matrix to be created. Fully diff --git a/man/mergeDS.Rd b/man/mergeDS.Rd index 4a996afd..535e243b 100644 --- a/man/mergeDS.Rd +++ b/man/mergeDS.Rd @@ -4,8 +4,18 @@ \alias{mergeDS} \title{mergeDS (assign function) called by ds.merge} \usage{ -mergeDS(x.name, y.name, by.x.names.transmit, by.y.names.transmit, all.x, - all.y, sort, suffixes.transmit, no.dups, incomparables) +mergeDS( + x.name, + y.name, + by.x.names.transmit, + by.y.names.transmit, + all.x, + all.y, + sort, + suffixes.transmit, + no.dups, + incomparables +) } \arguments{ \item{x.name, }{the name of the first data.frame to be merged specified in diff --git a/man/reShapeDS.Rd b/man/reShapeDS.Rd index 8da94e87..0a9bc250 100644 --- a/man/reShapeDS.Rd +++ b/man/reShapeDS.Rd @@ -4,8 +4,16 @@ \alias{reShapeDS} \title{reShapeDS (assign function) called by ds.reShape} \usage{ -reShapeDS(data.name, varying.transmit, v.names.transmit, timevar.name, - idvar.name, drop.transmit, direction, sep) +reShapeDS( + data.name, + varying.transmit, + v.names.transmit, + timevar.name, + idvar.name, + drop.transmit, + direction, + sep +) } \arguments{ \item{data.name, }{the name of the data.frame to be reshaped. Specified diff --git a/man/recodeValuesDS1.Rd b/man/recodeValuesDS1.Rd index 5068abc3..cabe4255 100644 --- a/man/recodeValuesDS1.Rd +++ b/man/recodeValuesDS1.Rd @@ -4,8 +4,11 @@ \alias{recodeValuesDS1} \title{recodeValuesDS1 an aggregate function called by ds.recodeValues} \usage{ -recodeValuesDS1(var.name.text = NULL, values2replace.text = NULL, - new.values.text = NULL) +recodeValuesDS1( + var.name.text = NULL, + values2replace.text = NULL, + new.values.text = NULL +) } \arguments{ \item{var.name.text}{a character string providing the name for the vector representing the diff --git a/man/recodeValuesDS2.Rd b/man/recodeValuesDS2.Rd index dbd20088..3828826d 100644 --- a/man/recodeValuesDS2.Rd +++ b/man/recodeValuesDS2.Rd @@ -4,9 +4,14 @@ \alias{recodeValuesDS2} \title{recodeValuesDS2 an assign function called by ds.recodeValues} \usage{ -recodeValuesDS2(var.name.text = NULL, values2replace.text = NULL, - new.values.text = NULL, numeric.output.format.possible, - force.output.format = "no", v2r.numeric = NULL) +recodeValuesDS2( + var.name.text = NULL, + values2replace.text = NULL, + new.values.text = NULL, + numeric.output.format.possible, + force.output.format = "no", + v2r.numeric = NULL +) } \arguments{ \item{var.name.text}{a character string providing the name for the vector representing the diff --git a/man/seqDS.Rd b/man/seqDS.Rd index 64a6caaf..563cd4aa 100644 --- a/man/seqDS.Rd +++ b/man/seqDS.Rd @@ -4,8 +4,13 @@ \alias{seqDS} \title{seqDS a serverside assign function called by ds.seq} \usage{ -seqDS(FROM.value.char, TO.value.char, BY.value.char, LENGTH.OUT.value.char, - ALONG.WITH.name) +seqDS( + FROM.value.char, + TO.value.char, + BY.value.char, + LENGTH.OUT.value.char, + ALONG.WITH.name +) } \arguments{ \item{FROM.value.char}{the starting value for the sequence expressed as an integer diff --git a/man/subsetDS.Rd b/man/subsetDS.Rd index 723df347..f25696af 100644 --- a/man/subsetDS.Rd +++ b/man/subsetDS.Rd @@ -4,8 +4,15 @@ \alias{subsetDS} \title{Generates a valid subset of a table or a vector} \usage{ -subsetDS(dt = NULL, complt = NULL, rs = NULL, cs = NULL, - lg = NULL, th = NULL, varname = NULL) +subsetDS( + dt = NULL, + complt = NULL, + rs = NULL, + cs = NULL, + lg = NULL, + th = NULL, + varname = NULL +) } \arguments{ \item{dt}{a string character, the name of the dataframe or the factor vector and the range of the subset.}