download_bruker_proprietary_code: Get Bruker's code needed for running proprietary time of...

Description Usage Arguments Value Examples

View source: R/timsr.R

Description

By using this function you aggree to terms of license precised in "https://github.com/MatteoLacki/opentims_bruker_bridge". The conversion, due to independent code-base restrictions, are possible only on Linux and Windows operating systems. Works on full open-source solution are on the way.

Usage

1
2
3
4
5
6
7
download_bruker_proprietary_code(
  target.folder,
  net_url = paste0("https://github.com/MatteoLacki/opentims_bruker_bridge/",
    "raw/main/opentims_bruker_bridge/"),
  mode = "wb",
  ...
)

Arguments

target.folder

Folder where to store the 'dll' or 'so' file.

net_url

The url with location of all files.

mode

Which mode to use when downloading a file?

...

Other parameters to 'download.file'.

Value

character, path to the output 'timsdata.dll' on Windows and 'libtimsdata.so' on Linux.

Examples

1
2
3
4
## Not run: 
download_bruker_proprietary_code("your/prefered/destination/folder")

## End(Not run)

timsr documentation built on May 12, 2021, 1:08 a.m.