Description Usage Arguments Value Examples
View source: R/rawpathfinder.R
Query rawpathfinder for files/folders raw unix paths.
1 | rawpathfinder(query, protocol = "http", ip = "192.168.1.209", port = 8958)
|
query |
A character vector with names of files/folders. |
protocol |
Used protocol: http or https. |
ip |
The ip of the rawpathfinder flask service. |
port |
The port of the rawpathfinder flask service. |
A data frame with files/folder names maped to unix paths.
1 2 3 4 5 6 7 | ## Not run:
query = c("M210903_008_1_1_4704.d",
"M210903_017_1_1_4713.d",
"M210903_026_1_1_4722.d")
rawpathfinder(query)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.