Displaying 2 results from an estimated 2 matches for "prefix_1".
Did you mean:
prefix1
2005 Sep 19
2
dynamic object names?
I am trying to extract data from a matrix. Let's say that i am interested in
extracting
rows from a 4x4 matrix. Instead of giving a fix name to these 4 rows I would
like to add a number to prefix. As result I should get 4 objects named:
prefix_1
prefix_2
prefix_3
prefix_4
I attepted to solve the problem with a loop, but without success. Any hints??
> matrix(LETTERS[1:16], ncol=4) -> MM
> MM
[,1] [,2] [,3] [,4]
[1,] "A" "E" "I" "M"
[2,] "B" "F" "J"...
2023 Mar 19
3
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
This is version 4 of the following sub-series:
[libnbd PATCH v3 09/29] lib/utils: introduce async-signal-safe execvpe()
[libnbd PATCH v3 10/29] lib/utils: add unit tests for async-signal-safe execvpe()
http://mid.mail-archive.com/20230215141158.2426855-10-lersek at redhat.com
http://mid.mail-archive.com/20230215141158.2426855-11-lersek at redhat.com
The Notes section on each patch records the