Skip to content

Commit b8731c1

Browse files
committed
Merge pull request DataScienceSpecialization#75 from azalea/patch-1
Update index.Rmd
2 parents c865b64 + d4fc2e0 commit b8731c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

03_GettingData/02_02_readingHDF5/index.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ knit_hooks$set(plot = knitr:::hook_plot_html)
3636

3737
* Used for storing large data sets
3838
* Supports storing a range of data types
39-
* Heirarchical data format
39+
* Hierarchical data format
4040
* _groups_ containing zero or more data sets and metadata
4141
* Have a _group header_ with group name and list of attributes
4242
* Have a _group symbol table_ with a list of objects in group
@@ -134,4 +134,4 @@ h5read("example.h5","foo/A")
134134
* hdf5 can be used to optimize reading/writing from disc in R
135135
* The rhdf5 tutorial:
136136
* [http://www.bioconductor.org/packages/release/bioc/vignettes/rhdf5/inst/doc/rhdf5.pdf](http://www.bioconductor.org/packages/release/bioc/vignettes/rhdf5/inst/doc/rhdf5.pdf)
137-
* The HDF group has informaton on HDF5 in general [http://www.hdfgroup.org/HDF5/](http://www.hdfgroup.org/HDF5/)
137+
* The HDF group has informaton on HDF5 in general [http://www.hdfgroup.org/HDF5/](http://www.hdfgroup.org/HDF5/)

0 commit comments

Comments
 (0)