writeLibText | R Documentation |
This function creates tab delimited text file with library information.
The created file can be re-imported with the ImportLibrary
function.
writeLibText(lib, file)
lib |
A |
file |
A string naming the output file. |
Alvaro Cuadros-Inostroza
tsLib
, ImportLibrary
require(TargetSearchData)
# get the reference library file
lib.file <- tsd_file_path("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.