info.details.lsd {LSDinterface} | R Documentation |
Get detailed information from a LSD results file
Description
This function reads, analyze and organize the information from a LSD results file (.res).
Usage
info.details.lsd( file )
Arguments
file |
the name of the LSD results file which the data are to be read from. If it does not contain an absolute path, the file name is relative to the current working directory, |
Value
Returns a data frame containing detailed description (columns) of all variables (rows) contained in the selected results file.
Author(s)
Marcelo C. Pereira
See Also
list.files.lsd()
info.init.lsd()
,
info.names.lsd()
info.dimensions.lsd()
Examples
# get the list of file names of example LSD results
files <- list.files.lsd( system.file( "extdata", package = "LSDinterface" ) )
# get details about all variables in first file
info.details.lsd( files[ 1 ] )
[Package LSDinterface version 1.2.2 Index]