Description Usage Arguments Author(s) See Also Examples
This function creates tab delimited text file with library information.
The created file can be re-imported with the ImportLibrary
function.
1 | writeLibText(lib, file)
|
lib |
A |
file |
A string naming the output file. |
Alvaro Cuadros-Inostroza
1 2 3 4 5 6 7 8 9 | # get the reference library file
cdfpath <- file.path(find.package("TargetSearchData"), "gc-ms-data")
lib.file <- file.path(cdfpath, "library.txt")
# Import the reference library
refLibrary <- ImportLibrary(lib.file)
# save it to a file
writeLibText(refLibrary, file="libraryCopy.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.