1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,29 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/h5serv.R |
|
3 |
-\docType{methods} |
|
4 |
-\name{setPath} |
|
5 |
-\alias{setPath} |
|
6 |
-\alias{setPath,H5S_source,character-method} |
|
7 |
-\title{set path for hsds server resource} |
|
8 |
-\usage{ |
|
9 |
-setPath(object, folderPath, ...) |
|
10 |
-} |
|
11 |
-\arguments{ |
|
12 |
-\item{object}{H5S_source instance} |
|
13 |
- |
|
14 |
-\item{folderPath}{character string with path to user's folder on hsds server} |
|
15 |
- |
|
16 |
-\item{\dots}{not used} |
|
17 |
-} |
|
18 |
-\value{ |
|
19 |
-an updated object with folderPath set |
|
20 |
-} |
|
21 |
-\description{ |
|
22 |
-This function is deprecated and will be defunct in the next release. |
|
23 |
-} |
|
24 |
-\examples{ |
|
25 |
-\dontrun{ |
|
26 |
-hsdsCon = H5S_source(URL_hsds()) # hsds server connection |
|
27 |
-setPath(hsdsCon, "/home/stvjc/hdf5_mat.h5")-> hsds |
|
28 |
-} |
|
29 |
-} |
... | ... |
@@ -22,6 +22,8 @@ an updated object with folderPath set |
22 | 22 |
This function is deprecated and will be defunct in the next release. |
23 | 23 |
} |
24 | 24 |
\examples{ |
25 |
+\dontrun{ |
|
25 | 26 |
hsdsCon = H5S_source(URL_hsds()) # hsds server connection |
26 | 27 |
setPath(hsdsCon, "/home/stvjc/hdf5_mat.h5")-> hsds |
27 | 28 |
} |
29 |
+} |
... | ... |
@@ -19,7 +19,7 @@ setPath(object, folderPath, ...) |
19 | 19 |
an updated object with folderPath set |
20 | 20 |
} |
21 | 21 |
\description{ |
22 |
-set path for hsds server resource |
|
22 |
+This function is deprecated and will be defunct in the next release. |
|
23 | 23 |
} |
24 | 24 |
\examples{ |
25 | 25 |
hsdsCon = H5S_source(URL_hsds()) # hsds server connection |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,27 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/h5serv.R |
|
3 |
+\docType{methods} |
|
4 |
+\name{setPath} |
|
5 |
+\alias{setPath} |
|
6 |
+\alias{setPath,H5S_source,character-method} |
|
7 |
+\title{set path for hsds server resource} |
|
8 |
+\usage{ |
|
9 |
+setPath(object, folderPath, ...) |
|
10 |
+} |
|
11 |
+\arguments{ |
|
12 |
+\item{object}{H5S_source instance} |
|
13 |
+ |
|
14 |
+\item{folderPath}{character string with path to user's folder on hsds server} |
|
15 |
+ |
|
16 |
+\item{\dots}{not used} |
|
17 |
+} |
|
18 |
+\value{ |
|
19 |
+an updated object with folderPath set |
|
20 |
+} |
|
21 |
+\description{ |
|
22 |
+set path for hsds server resource |
|
23 |
+} |
|
24 |
+\examples{ |
|
25 |
+hsdsCon = H5S_source(URL_hsds()) # hsds server connection |
|
26 |
+setPath(hsdsCon, "/home/stvjc/hdf5_mat.h5")-> hsds |
|
27 |
+} |