Method: Statsample::Excel.read

Defined in:
lib/statsample/converters.rb

.read(filename, opts = Hash.new) ⇒ Object

Returns a dataset based on a xls file

NOTE

Deprecated. Use Daru::DataFrame.from_excel instead.

Raises:

  • (NoMethodError)

78
79
80
# File 'lib/statsample/converters.rb', line 78

def read(filename, opts=Hash.new)
  raise NoMethodError, "Deprecated. Use Daru::DataFrame.from_excel instead."
end