11 lines
299 B
Smalltalk
11 lines
299 B
Smalltalk
accessing
|
|
exportOverviewReportLatexWithBars: anInteger
|
|
|
|
self
|
|
exportDefaultReport;
|
|
externalWordCloud;
|
|
exportTweetsHistogramWithBars: anInteger;
|
|
exportRetweetsHistogramWithBars: anInteger;
|
|
exportRepliesHistogramWithBars: anInteger;
|
|
exportQuotesHistogramWithBars: anInteger.
|
|
^ self folder |