From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-orgmode@gnu.org
Subject: [R example for org-table with ifs] (was: [External] : Re: export org table to other formats (gnumeric or scalc or xlsx))
Date: Wed, 07 Jul 2021 09:01:47 +0200 [thread overview]
Message-ID: <87k0m2zjxg.fsf_-_@mat.ucm.es> (raw)
In-Reply-To: 874kd8ajxe.fsf@ucl.ac.uk
[-- Attachment #1: Type: text/plain, Size: 1029 bytes --]
>>> "ESF" == Eric S Fraga <e.fraga@ucl.ac.uk> writes:
> On Monday, 5 Jul 2021 at 16:48, Uwe Brauer wrote:
>> Well I do that myself basically, but my main problem is now: *formulas*, I
>> have to collaborate with colleagues using excel and I have to work with
>> their formulas in a way or another.
> Tell them to use R... ;-)
Out of curiosity do you have an example of using R to generate stuff
like this.
#+begin_src elisp
| / | <> | <> | <> | <> | <> | <> | <> |
| | | DMI G | DMNI H | ExNDM I | ExNDNM J | Result | Weight2 |
| | Weight: | 1 | 0.2 | 1 | 0.1 | | 0.1 |
|---+---------+-------+--------+---------+----------+--------+---------|
| | User1 | 0 | 0 | 11 | 0 | 10.1 | |
|---+---------+-------+--------+---------+----------+--------+---------|
#+TBLFM: $7=if($3>10,($3-10)*@3$8,0)+ min(10,$3)*@3$3+ min(10,$4)*@3$4 + if($5>10,($5-10)*@3$8,0)+min(10,$5)*@3$5 +@3$6*$6;f1::
#+end_src
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]
next prev parent reply other threads:[~2021-07-07 7:03 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-04 12:40 export org table to other formats (gnumeric or scalc or xlsx) Uwe Brauer
2021-07-04 22:00 ` Tim Cross
2021-07-04 23:22 ` [External] : " Daniel Ortmann
2021-07-05 14:48 ` Uwe Brauer
2021-07-05 14:56 ` Eric S Fraga
2021-07-06 4:01 ` Greg Minshall
2021-07-07 7:01 ` Uwe Brauer [this message]
2021-07-07 11:59 ` [R example for org-table with ifs] Eric S Fraga
2021-07-08 5:13 ` [R example for org-table with ifs] (was: [External] : Re: export org table to other formats (gnumeric or scalc or xlsx)) Greg Minshall
2021-07-08 6:26 ` [R example for org-table with ifs] Uwe Brauer
2021-07-08 7:33 ` Greg Minshall
2021-07-05 6:28 ` export org table to other formats (gnumeric or scalc or xlsx) Uwe Brauer
2021-07-05 14:51 ` Uwe Brauer
2021-07-05 22:29 ` Tim Cross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87k0m2zjxg.fsf_-_@mat.ucm.es \
--to=oub@mat.ucm.es \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).