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