Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong command when rendered in the book #142

Open
persep opened this issue May 26, 2023 · 0 comments
Open

Wrong command when rendered in the book #142

persep opened this issue May 26, 2023 · 0 comments

Comments

@persep
Copy link

persep commented May 26, 2023

This command
https://github.com/jeroenjanssens/data-science-at-the-command-line/blob/44cddf60fdbb1a598f1e253b560346c90bce88b7/book/2e/03.Rmd#LL112C1-L113C5

shows as
image

On the website when the correct command is:

curl "https://en.wikipedia.org/wiki/List_of_windmills_in_the_Netherlands" |
trim

And on the same page

curl -s "https://en.wikipedia.org/wiki/List_of_windmills_in_Friesland" |

is rendered as
image

when the correct command is
curl -s "https://en.wikipedia.org/wiki/List_of_windmills_in_Friesland" | pup -n 'table.wikitable tr'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant