Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPCC-33239 Remove references to rEmbed #19445

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/EN_US/ECLLanguageReference/ECLR_mods/SpecStruc-EMBED.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
<primary>ENDEMBED</primary>
</indexterm>;</emphasis></para>

<para><emphasis role="bold"></emphasis></para>
<para><emphasis role="bold"/></para>

<para><emphasis>resulttype funcname</emphasis> <emphasis
role="bold">(</emphasis> <emphasis>parameterlist</emphasis> <emphasis
role="bold">) := EMBED(</emphasis> <emphasis>language, code</emphasis>
<emphasis role="bold">[: TIME</emphasis>
[(<emphasis>label</emphasis>)]<emphasis role="bold">]); </emphasis></para>

<para><emphasis role="bold"></emphasis></para>
<para><emphasis role="bold"/></para>

<informaltable colsep="1" frame="all" rowsep="1">
<tgroup cols="2">
<colspec align="left" colwidth="122.40pt" />
<colspec align="left" colwidth="122.40pt"/>

<colspec />
<colspec/>

<tbody>
<row>
Expand Down Expand Up @@ -94,9 +94,9 @@
to add in-line <emphasis>language</emphasis> code to your ECL. This is
similar to the BEGINC++ structure, but available for any
<emphasis>language</emphasis> with a pluggable language support module
installed, such as R, Javascript, and Python. Others may follow or people
can write their own using the supplied ones as templates/examples/starting
points. This may be used to write Javascript, R, or Python code, but is not
installed, such as Javascript and Python. Others may follow or people can
write their own using the supplied ones as templates/examples/starting
points. This may be used to write Javascript or Python code, but is not
usable with Java code (use the IMPORT function for Java code).</para>

<para>The parameter types that can be passed and returned will vary by
Expand Down Expand Up @@ -140,7 +140,7 @@ addone(3);
addone(11);
</programlisting>

<para></para>
<para/>

<programlisting>//Second form: a function
IMPORT Python3 as Python;
Expand Down
157 changes: 0 additions & 157 deletions initfiles/examples/embed/R-simple.ecl

This file was deleted.

Loading