Created
March 16, 2021 11:02
-
-
Save fonsp/9e4f5b0052e959427d9575cea049dd1d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### A Pluto.jl notebook ### | |
# v0.14.0 | |
using Markdown | |
using InteractiveUtils | |
# ╔═╡ eeba1594-8643-11eb-02f2-f3245bcc2bd9 | |
begin | |
import Pkg | |
Pkg.activate(mktempdir()) | |
Pkg.add([ | |
Pkg.PackageSpec(name="RDatasets", version="0.7"), | |
Pkg.PackageSpec(name="TableView", url="https://github.com/fonsp/TableView.jl", rev="patch-1"), | |
Pkg.PackageSpec(name="DataFrames", version="0.22"), | |
]) | |
using RDatasets, TableView, DataFrames | |
end | |
# ╔═╡ 7cfd3df1-9fce-463b-a764-67345ae9d584 | |
df = RDatasets.dataset("mlmRev","Hsb82") | |
# ╔═╡ b49176a7-fa91-4579-929e-5fae5e16731b | |
TableView.showtable(df) | |
# ╔═╡ Cell order: | |
# ╠═eeba1594-8643-11eb-02f2-f3245bcc2bd9 | |
# ╠═7cfd3df1-9fce-463b-a764-67345ae9d584 | |
# ╠═b49176a7-fa91-4579-929e-5fae5e16731b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment