View source: R/pipeline_convert.R
read_kgblood | R Documentation |
Read blood data from Kaleidagraph output
read_kgblood(filename, inpath = getwd())
filename |
Name of the file including extension, but excluding path. This function only works for .txt files, and not for Kaleidagraph's qda format. Files must be saved as tab-separated txt files in Kaleidagraph before they can be used with this function. |
inpath |
Path to the input file. Defaults to the working directory. |
List containing the automatic and manual blood data
read_kgblood('blood_file.txt')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.