rawpathfinder: Query rawpathfinder for files/folders raw unix paths.

Description Usage Arguments Value Examples

View source: R/rawpathfinder.R

Description

Query rawpathfinder for files/folders raw unix paths.

Usage

1
rawpathfinder(query, protocol = "http", ip = "192.168.1.209", port = 8958)

Arguments

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.

Value

A data frame with files/folder names maped to unix paths.

Examples

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)

MatteoLacki/rawpathfinder_R documentation built on Dec. 17, 2021, 3:15 a.m.