-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update basic use vignette with current workflow (#59)
- Loading branch information
Showing
4 changed files
with
113 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
"name_1","description_1","coding_1","panel","homogenized_name","homogenized_coding","homogenized_description" | ||
"rn","Name of car","NA","MTCARS_PANEL","name","NA","Name of Car" | ||
"mpg","Miles per gallon","NA","MTCARS_PANEL","mpg","NA","Miles per gallon" | ||
"cyl","Number of cylinders","NA","MTCARS_PANEL","cyl","NA","Number of cylinders" | ||
"disp","Displacement","NA","MTCARS_PANEL","disp","NA","Displacement" | ||
"hp","Gross horsepower","NA","MTCARS_PANEL","hp","NA","Gross horsepower" | ||
"drat","Rear axle ratio","NA","MTCARS_PANEL","drat","NA","Rear axle ratio" | ||
"wt","Weight","NA","MTCARS_PANEL","wt","NA","Weight" | ||
"qsec","Quarter mile time","NA","MTCARS_PANEL","qsec","NA","Quarter mile time" | ||
"vs","Engine","coding(code(""1"",""1""), code(""0"", ""0""))","MTCARS_PANEL","vs","coding(code(""1"",""straight""), code(""0"", ""v-shaped""))","Engine" | ||
"am","Transmission","coding(code(""1"",""1""), code(""0"", ""0""))","MTCARS_PANEL","am","coding(code(""1"",""manual""), code(""0"", ""automatic""))","Transmission" | ||
"gear","Number of forward gears","NA","MTCARS_PANEL","gear","NA","Number of forward gears" | ||
"carb","Number of carburetors","NA","MTCARS_PANEL","carb","NA","Number of carburetors" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
"name","type","description","coding" | ||
"name","character","Name of Car", | ||
"mpg","double","Miles per gallon", | ||
"cyl","double","Number of cylinders", | ||
"disp","double","Displacement", | ||
"hp","double","Gross horsepower", | ||
"drat","double","Rear axle ratio", | ||
"wt","double","Weight", | ||
"qsec","double","Quarter mile time", | ||
"vs","character","Engine","coding(code(""straight"",""1""), code(""v-shaped"",""0""))" | ||
"am","character","Transmission","coding(code(""manual"",""1""), code(""automatic"",""0""))" | ||
"gear","double","Number of forward gears", | ||
"carb","double","Number of carburetors", | ||
"wave","character",, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters