Last active
June 23, 2022 13:34
-
-
Save erichare/1d19a7898ecd83aa00d0085be82caa3c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
> titanic_daisi <- Daisi("Titanic Statistics") | |
[1] "Looking for Daisi: Titanic Statistics" | |
[1] "https://app.daisi.io/pebble-api/daisies/connect?name=Titanic%20Statistics" | |
> titanic_execution <- titanic_daisi$raw(rows = 8) | |
> titanic_execution$value() | |
[1] "Fetching Result: c2395f17-44a6-459c-b17c-60e394bd4f3e" | |
PassengerId Sex Age SibSp Parch | |
1 1 male 22 1 0 | |
2 2 female 38 1 0 | |
3 3 female 26 0 0 | |
4 4 female 35 1 0 | |
5 5 male 35 0 0 | |
6 6 male NaN 0 0 | |
7 7 male 54 0 0 | |
8 8 male 2 3 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment