setup_bruker_so: Dynamically link Bruker's DLL to enable tof-mz and...

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

Arguments

path

Path to the 'libtimsdata.so' on Linux or 'timsdata.dll' on Windows, as produced by 'download_bruker_proprietary_code'.

Value

No return value, called for side effects.

Examples

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

## End(Not run)

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

Related to setup_bruker_so in timsr...