Am 11.03.20 um 10:00 schrieb Sven Schreiber:
Am 11.03.2020 um 06:36 schrieb Artur Tarassow:
> Hi,
>
> in an application I need to loop over various article data sets and to
> use the stack() function. However, currently stack() cannot be used
> within a loop.
>
> Alternative I was trying to use the <dataset addobs> command which is,
> however, explicitly not usebale within a loop:
Replacing the kind of awkward stack function is one of those long-term
projects with a ticket on the feature tracker on sourceforge. It is
tedious, however, that's why I haven't found the time to finish it.
Maybe you have the motivation to work on a package like that.
Thanks for your reply, Sven. I actually worked on it:
https://github.com/atecon/stack
The public function is called stack_data() and the sample script
illustrates its usage. Stuff is tested and seems to work fine. What do
you think about it?
Artur