Skip to content

Commit 363bf2d

Browse files
committed
Document bundle
1 parent e8af292 commit 363bf2d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

dist/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,17 @@ The dataset bundle, `stdlib-datasets-emoji`, contains [emoji datasets][@stdlib/d
213213
</script>
214214
```
215215

216+
The dataset bundle, `stdlib-datasets-fivethirtyeight-ffq`, contains _FiveThirtyEight_ [food frequency questionnaire response data][@stdlib/datasets/fivethirtyeight-ffq].
217+
218+
```html
219+
<script type="text/javascript" src="/path/to/stdlib-datasets-fivethirtyeight-ffq.min.js"></script>
220+
<script type="text/javascript">
221+
// If no recognized module system present, exposed to global scope:
222+
var dataset = stdlib_datasets_fivethirtyeight_ffq.FIVETHIRTYEIGHT_FFQ;
223+
console.log( dataset() );
224+
</script>
225+
```
226+
216227
The dataset bundle, `stdlib-datasets-img`, contains images.
217228

218229
```html
@@ -313,6 +324,10 @@ The dataset bundle, `stdlib-datasets-suthaharan-single-hop-sensor-network`, cont
313324

314325
<!-- </bundle-stats> -->
315326

327+
<!-- <bundle-stats files="stdlib-datasets-fivethirtyeight-ffq.min.js,stdlib-datasets-fivethirtyeight-ffq.min.js.gz"> -->
328+
329+
<!-- </bundle-stats> -->
330+
316331
<!-- <bundle-stats files="stdlib-datasets-img.min.js,stdlib-datasets-img.min.js.gz"> -->
317332

318333
| stdlib-datasets-img.min.js | stdlib-datasets-img.min.js.gz |
@@ -442,6 +457,8 @@ The help bundle, `stdlib-flat-help`, contains help texts for packages exposed in
442457

443458
[@stdlib/datasets/emoji]: https://github.com/stdlib-js/stdlib
444459

460+
[@stdlib/datasets/fivethirtyeight-ffq]: https://github.com/stdlib-js/stdlib
461+
445462
[@stdlib/datasets/moby-dick]: https://github.com/stdlib-js/stdlib
446463

447464
[@stdlib/datasets/sotu]: https://github.com/stdlib-js/stdlib

0 commit comments

Comments
 (0)