download_bruker_proprietary_code | R Documentation |
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.
download_bruker_proprietary_code( target.folder, net_url = paste0("https://raw.githubusercontent.com/MatteoLacki/", "opentims_bruker_bridge/main/opentims_bruker_bridge/"), mode = "wb", ... )
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'. |
Path to the output 'timsdata.dll' on Windows and 'libtimsdata.so' on Linux.
## Not run: download_bruker_proprietary_code("your/prefered/destination/folder") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.