We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36abbd8 commit a16aeeaCopy full SHA for a16aeea
NAMESPACE
@@ -5,5 +5,4 @@ export(loadPackages)
5
export(loadRDS)
6
export(loopUnzip)
7
export(writeRDS)
8
-importFrom(FoundrySparkR,new.output)
9
importFrom(utils,unzip)
R/Write_RDS.R
@@ -7,8 +7,6 @@
#' @param data data to be saved into an RDS file
#' @param filename filename for RDS file, "out.RDS" by default.
#'
10
-#' @importFrom FoundrySparkR new.output
11
-#'
12
#' @export
13
14
#' @return NULL
0 commit comments