You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ View your datasets in a new window. Ideal for terminal-based data cleaning workf
6
6
7
7
FloatingTableView.jl leverages Julia Computing's [TableView.jl](https://github.com/JuliaComputing/TableView.jl) and [Blink.jl](https://github.com/JuliaGizmos/Blink.jl) to view any [Tables.jl](https://github.com/JuliaData/Tables.jl) compatible data source in an Electron-based window.
8
8
9
-
The function exports a single function, `browse` to view tables. `browse` accepts all the
9
+
This package exports a single function, `browse`, to view tables. `browse` accepts all the
10
10
keyword arguments that `TableView.showtable` accepts. For example, tables can be displayed
11
11
in dark mode and fixed widths and heights. Run `? TableView` for a full list of keyword
0 commit comments