We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This command https://github.com/jeroenjanssens/data-science-at-the-command-line/blob/44cddf60fdbb1a598f1e253b560346c90bce88b7/book/2e/03.Rmd#LL112C1-L113C5
shows as
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
data-science-at-the-command-line/book/2e/03.Rmd
Line 127 in 44cddf6
is rendered as
when the correct command is curl -s "https://en.wikipedia.org/wiki/List_of_windmills_in_Friesland" | pup -n 'table.wikitable tr'
curl -s "https://en.wikipedia.org/wiki/List_of_windmills_in_Friesland" | pup -n 'table.wikitable tr'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This command
https://github.com/jeroenjanssens/data-science-at-the-command-line/blob/44cddf60fdbb1a598f1e253b560346c90bce88b7/book/2e/03.Rmd#LL112C1-L113C5
shows as
On the website when the correct command is:
And on the same page
data-science-at-the-command-line/book/2e/03.Rmd
Line 127 in 44cddf6
is rendered as
when the correct command is
curl -s "https://en.wikipedia.org/wiki/List_of_windmills_in_Friesland" | pup -n 'table.wikitable tr'
The text was updated successfully, but these errors were encountered: