[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix link to SequenceFile (#702)
Browse files Browse the repository at this point in the history
Signed-off-by: terrytangyuan <terrytangyuan@gmail.com>
  • Loading branch information
terrytangyuan authored and yongtang committed Dec 19, 2019
1 parent 3ebe2d1 commit 43678df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R-package/docs/articles/introduction.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion R-package/vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ docker build -t tfio-r-dev -f R-package/scripts/Dockerfile .
```

Inside the container, you can start your R session, instantiate a `SequenceFileDataset`
from an example [Hadoop SequenceFile](https://cwiki.apache.org/confluence/display/hadoop/SequenceFile)
from an example [Hadoop SequenceFile](https://cwiki.apache.org/confluence/display/HADOOP2/SequenceFile)
[string.seq](https://github.com/tensorflow/io/blob/master/R-package/tests/testthat/testdata/string.seq), and then use any [transformation functions](https://tensorflow.rstudio.com/tools/tfdatasets/articles/introduction.html#transformations) provided by [tfdatasets package](https://tensorflow.rstudio.com/tools/tfdatasets/) on the dataset like the following:

```{r, eval=FALSE}
Expand Down

0 comments on commit 43678df

Please sign in to comment.