Skip to content

Commit 2bd616d

Browse files
committed
Add to datasets namespace
1 parent 7f28175 commit 2bd616d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

lib/node_modules/@stdlib/datasets/lib/data.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,17 @@ setReadOnly( datasets, 'ANSCOMBES_QUARTET', require( '@stdlib/datasets/anscombes
8181
*/
8282
setReadOnly( datasets, 'CMUDICT', require( '@stdlib/datasets/cmudict' ) );
8383

84+
/**
85+
* @private
86+
* @name CPS_WAGES_1985
87+
* @memberof datasets
88+
* @readonly
89+
* @constant
90+
* @type {Function}
91+
* @see {@link module:@stdlib/datasets/cps-wages-1985}
92+
*/
93+
setReadOnly( datasets, 'CPS_WAGES_1985', require( '@stdlib/datasets/cps-wages-1985' ) );
94+
8495
/**
8596
* @private
8697
* @name DALE_CHALL_NEW

lib/node_modules/@stdlib/datasets/lib/names.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"AFINN_96": "afinn-96",
44
"ANSCOMBES_QUARTET": "anscombes-quartet",
55
"CMUDICT": "cmudict",
6+
"CPS_WAGES_1985": "cps-wages-1985",
67
"DALE_CHALL_NEW": "dale-chall-new",
78
"FEMALE_FIRST_NAMES_EN": "female-first-names-en",
89
"FRB_SF_WAGE_RIGIDITY": "frb-sf-wage-rigidity",

0 commit comments

Comments
 (0)