Data Utilities API Reference
Functions
ChemometricsToolsDataset(file::Int)
Loads in a dataset included in the ChemometricsTools.jl package.
ChemometricsToolsDataset(file::Int)
Loads in a dataset included in the ChemometricsTools.jl package.
ChemometricsToolsDatasets()
Displays a list of the available datasets in ChemometricsTools.jl .
ChemometricsTools.FindCommonVariables
— Method.FindCommonVariables( DFArray::Array{DataFrame,1} )
Finds exact matches across variable names over an array of DataFrames. Variables that are not mutual to each dataframe are discarded.
For intelligent/soft matching please see ExploreCommonVariables().