Breadroll(...)
Parameters
options: DataframeReadOptions
DataframeReadOptions.header: boolean
when set totrue
, Breadroll automatically gets the header from the fileDataframeReadOptions?.keys: Array<string>
this is an optional property for whenDataframeReadOptions.header
isfalse
DataframeReadOptions?.parseNumber: boolean
- This is an optional property that allows you to opt out of parsing numbers; defaults totrue
, when set tofalse
all values are returned as stringsDataframeReadOptions?.supabase: SupabaseClient
- This is an optional property takes in the Supabase client created viacreateClient(..., ...)
, this property enablesBreadroll.open.supabaseStorage
method.