task
stringlengths 12
101
| input
stringlengths 0
3.73k
| output
stringlengths 1
5.04k
| options
sequence | pageTitle
stringlengths 0
320
| outputColName
stringlengths 1
216
| url
stringlengths 14
211
| wdcFile
stringlengths 69
76
|
---|---|---|---|---|---|---|---|
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] compile [Description] Sets whether the project should be compiled before formatting. This is useful if you want to utilize any of the features that require type resolution (refer to Appendix A, “Type Resolution” for the complete list), because then Jalopy needs to have access to the binary class files. Formatting after the compile phase is usually a bad idea, as formatting might change the line offsets and render stacktrace information unusable [Since] 1.9.4 [Type] | Boolean | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] convention [Description] Sets the location of the code convention file to use—given either relative to the project’s base directory or as an absolute local path or Internet address (refer to Section 2.1.1.10, “Import code convention” for information how to export your settings). When omitted and not specified otherwise (see profile below), the settings of the current profile are used. Since Jalopy 1.9.3, it’s also possible to load conventions from the class path. This can be achieved with the following syntax: classpath:[path] where [path] denotes the relative path to the resource in the artifact, e.g. jalopy.xml if the settings file can be found at the root level, or config/jalopy/sonar.xml when located in a nested folder [Since] 1.7 [Type] | String | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] destDir [Description] Sets the destination directory to create/copy all formatting output into. If the given directory does not exist, it will be created. When omitted, all input files will simply be overridden [Since] 1.7 [Type] | File | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] encoding [Description] Sets the encoding that controls how Jalopy interprets text files containing characters beyond the ASCII character set. Defaults to the platform default encoding [Since] 1.7 [Type] | String | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] environment [Description] Defines temporary environment variables overrides [Since] 1.7 [Type] | Map | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] excludes [Description] A list of exclusion filters. Uses the standard Maven pattern syntax. Please note that Jalopy ignores all files it cannot format by default, so exclusions are only necessary if you want to omit formatting for certain files, like e.g. test data files etc. [Since] 1.7 [Type] | List | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] failOnError [Description] Sets whether a run should be held if errors occurred. Defaults to “true” [Since] 1.7 [Type] | Boolean | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] fileFormat [Description] Sets the file format of the output files. The file format controls what end of line character is used. Either one of “UNIX”, “DOS”, “DEFAULT” or “AUTO” can be used (case insensitive). Defaults to “AUTO” [Since] 1.7 [Type] | String | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] force [Description] Sets whether the formatting of files should be forced, even if a file is up-to-date. Defaults to “false” [Since] 1.7 [Type] | Boolean | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] fork [Description] Sets whether the processing should be performed in a separate VM. Defaults to “false” [Since] 1.7 [Type] | Boolean | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] history [Description] Sets the history policy to use. Either one of “ADLER32”, “CRC32” or “NONE” can be used (case insensitive). If omitted, the corresponding code convention setting will used (see Section 2.2.2.1, “History”) [Since] 1.7 [Type] | String | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] includes [Description] A list of inclusion filters for formatting. Uses the standard Maven pattern syntax. Please note that Jalopy ignores all files it cannot format by default, so inclusions are only necessary if you want to omit formatting for certain files, like e.g. test data files etc. [Since] 1.7 [Type] | List | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] inputEncoding [Description] Sets the encoding that controls how Jalopy interprets text files containing characters beyond the ASCII character set. Defaults to the platform default encoding. Please note that this setting always overrides encoding [Since] 1.7 [Type] | String | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] javadoc [Description] Indicates whether Javadoc related messages should be printed. Defaults to “true” [Since] 1.7 [Type] | String | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] logLevel [Description] Specifies the logging level for message output. Either one of “ERROR”, “WARN”, “INFO” or “DEBUG” can be used (case insensitive). When omitted, the current code convention settings will be used (see Section 2.6.1, “Categories”) [Since] 1.7 [Type] | String | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] logFile [Description] Specifies the log file to use for logging output. The format of the logging output is determined by the extension of the given file. Valid extensions are “.log” for a custom plain text format, “.xml” for a plain XML format and “.html” for a hierarchical HTML report. When omitted, the current code convention setting will be used (see Section 2.6.2, “Logging”) [Since] 1.7 [Type] | File | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] outputEncoding [Description] Sets the character encoding Jalopy uses to write files. Defaults to the platform default encoding. Please note that this setting always overrides encoding [Since] 1.7 [Type] | String | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] profile [Description] Sets the Jalopy profile that should be used during the formatting run (refer to Section 2.1.1.1, “Main window” for more information about profiles). The currently active profile will be restored after formatting. Please note that if no convention is specified, the profile must exist! [Since] 1.7 [Type] | String | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] repository [Description] Indicates whether the disk-based type repository should be used for type resolution. You may want to set this to “false“ if you commonly format a single file or only a small set of files in order to avoid the maintenance overhead of the type repository. Please be aware that the import collapsing feature requires the type repository. Defaults to “true” [Since] 1.7 [Type] | Boolean | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] skip [Description] Indicates whether the current project should be skipped, i.e. no formatting applied. Defaults to “false” [Since] 1.9.4 [Type] | Boolean | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] sources [Description] The source directories containing the sources to be formatted. When omitted, uses the directories defined for the compiler, ${project.compileSourceRoots}, instead [Since] 1.7 [Type] | List | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] test [Description] Sets whether formatting output should actually be written to disk. If set to “true” no output will be written to disk. The default is “false” [Since] 1.7 [Type] | Boolean | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] threads [Description] Specifies the number of processing threads to use. Integer between 1 - 8. Defaults to '1' [Since] 1.7 [Type] | Integer | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
0810c48a_Chapter_11__Maven_2_Plug_in__Type | [Property] trackFile [Description] Specifies the file path to a file where Jalopy keeps track of those files that would be actually formatted during a run. The file path strings will be separated by the platform line delimiter. Implies test. When omitted, no track file will be written [Since] 1.9.4 [Type] | File | [
[
"B",
"o",
"o",
"l",
"e",
"a",
"n"
],
[
"L",
"i",
"s",
"t"
],
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"F",
"i",
"l",
"e"
],
[
"M",
"a",
"p"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | Chapter 11. Maven 2 Plug-in | Type | http://www.triemax.com/products/jalopy/manual/plugin-maven.html | 27/1438042988051.33_20150728002308-00298-ip-10-236-191-2_779991206_0.json |
bb147ad7___Description | [Parameter] apikey [Possible Values] {your api key} [Description] | An API Key is required to access any API call. It can be provided in three ways: Using the apikey query string parameter Providing an Authorization header: Authorization: apikey token=your_apikey (replace `your_apikey` with your actual key) When using a web browser to explore the API, if you provide your API Key once using method 1, it will be stored in a cookie for subsequent requests. You can override this by providing a different API Key in a new call. | [] | Description | http://data.bioontology.org/documentation | 27/1438042988051.33_20150728002308-00016-ip-10-236-191-2_63644658_0.json |
|
bb147ad7___Description | [Parameter] include [Possible Values] all {comma-separated list of attributes, EX: attr1,attr2} [Description] | By default, the API will show a subset of the available attributes for a given media type. This behavior can be overridden by providing include=all to show all attributes or include=attribute1,attribute2 to include a specific list. The API is optimized to return the default values, so overriding this can impact the performance of your request. The include=all option is most useful for testing in the browser. Use it to identify the set of attributes required and use only those by passing them as a comma separated list, e.g. include=prefLabel,cui. The include parameter is currently unsupported on Annotator and Recommender endpoints. | [] | Description | http://data.bioontology.org/documentation | 27/1438042988051.33_20150728002308-00016-ip-10-236-191-2_63644658_0.json |
|
bb147ad7___Description | [Parameter] format [Possible Values] json jsonp xml [Description] | The API returns JSON as the default content type. This can be overridden by using the format query string parameter. The API also respects Accept header entries, with precedence given to the format parameter. | [] | Description | http://data.bioontology.org/documentation | 27/1438042988051.33_20150728002308-00016-ip-10-236-191-2_63644658_0.json |
|
bb147ad7___Description | [Parameter] page [Possible Values] {integer representing the page number} [Description] | For calls that are paged, this will indicate which page number you want to retrieve. You can follow hypermedia links for nextPage and prevPage as well. | [] | Description | http://data.bioontology.org/documentation | 27/1438042988051.33_20150728002308-00016-ip-10-236-191-2_63644658_0.json |
|
bb147ad7___Description | [Parameter] pagesize [Possible Values] {integer representing the size of the returned page} [Description] | For calls that are paged, this will indicate the size of the page you want to retrieve. | [] | Description | http://data.bioontology.org/documentation | 27/1438042988051.33_20150728002308-00016-ip-10-236-191-2_63644658_0.json |
|
bb147ad7___Description | [Parameter] include_views [Possible Values] {boolean representing whether or not to include ontology views (default is false)} [Description] | For calls that involve ontologies, include_views='true' will include ontology views. | [] | Description | http://data.bioontology.org/documentation | 27/1438042988051.33_20150728002308-00016-ip-10-236-191-2_63644658_0.json |
|
bb147ad7___Description | [Parameter] display_context [Possible Values] {true|false} (defaults to true) [Description] | Turn off the JSON-LD context serialization. This will reduce the response size significantly for some calls, speeding up transmission and parse time. | [] | Description | http://data.bioontology.org/documentation | 27/1438042988051.33_20150728002308-00016-ip-10-236-191-2_63644658_0.json |
|
bb147ad7___Description | [Parameter] display_links [Possible Values] {true|false} (defaults to true) [Description] | Turn off the hypermedia link serialization. This will reduce the response size significantly for some calls, speeding up transmission and parse time. | [] | Description | http://data.bioontology.org/documentation | 27/1438042988051.33_20150728002308-00016-ip-10-236-191-2_63644658_0.json |
|
bb147ad7___Description | [Parameter] download_format [Possible Values] {csv|rdf} (defaults to user-uploaded file format) [Description] | Allows you to specify alternative formats for ontology file downloads for ontology and ontology submission download endpoints. CSV is only available for the most recent submission. | [] | Description | http://data.bioontology.org/documentation | 27/1438042988051.33_20150728002308-00016-ip-10-236-191-2_63644658_0.json |
|
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] https://github.com/hadley/devtools/wiki/vocabulary [Julia] http://julialang.org/manual/standard-library-reference/ [Subcategory] Vocabulary [Category] | Resources | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] ? [Julia] help [Subcategory] First Functions [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] str [Subcategory] First Functions [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] %in% [Subcategory] Operators [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] match [Subcategory] Operators [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] = [Julia] = [Subcategory] Operators [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] <- [Julia] = [Subcategory] Operators [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] <<- [Subcategory] Operators [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] assign [Subcategory] Operators [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] $ [Julia] [] [Subcategory] Operators [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] [] [Julia] [] [Subcategory] Operators [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] [[]] [Julia] [] [Subcategory] Operators [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] replace [Subcategory] Operators [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] head [Subcategory] Operators [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] tail [Subcategory] Operators [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] subset [Subcategory] Operators [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] with [Subcategory] Operators [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] within [Subcategory] Operators [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] all.equal [Subcategory] Comparison [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] identical [Subcategory] Comparison [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] != [Julia] != [Subcategory] Comparison [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] == [Julia] == [Subcategory] Comparison [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] > [Julia] > [Subcategory] Comparison [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] >= [Julia] >= [Subcategory] Comparison [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] < [Julia] < [Subcategory] Comparison [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] <= [Julia] <= [Subcategory] Comparison [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] is.na [Subcategory] Comparison [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] is.nan [Subcategory] Comparison [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] is.finite [Subcategory] Comparison [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] complete.cases [Subcategory] Comparison [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] * [Julia] * [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] + [Julia] + [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] – [Julia] – [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] / [Julia] / [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] ^ [Julia] ^ [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] %% [Julia] mod (%%) [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] %/% [Julia] div [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] abs [Julia] abs [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] sign [Julia] sign [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] acos [Julia] acos [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] acosh [Julia] acosh [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] asin [Julia] asin [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] asinh [Julia] asinh [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] atan [Julia] atan [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] atan2 [Julia] atan2 [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] atanh [Julia] atanh [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] sin [Julia] sin [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] sinh [Julia] sinh [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] cos [Julia] cos [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] cosh [Julia] cosh [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] tan [Julia] tan [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] tanh [Julia] tanh [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] ceiling [Julia] ceil [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] floor [Julia] floor [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] round [Julia] round [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] trunc [Julia] trunc [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] signif [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] exp [Julia] exp [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] log [Julia] log [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] log10 [Julia] log10 [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] log1p [Julia] log1p [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] log2 [Julia] log2 [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] logb [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] sqrt [Julia] sqrt [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] cummax [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] cummin [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
9e5bd822_ing_Julia_and_R_s_Vocabularies__Category | [R] cumprod [Julia] cumprod [Subcategory] Basic Math [Category] | Basics | [
[
"R",
"e",
"s",
"o",
"u",
"r",
"c",
"e",
"s"
],
[
"B",
"a",
"s",
"i",
"c",
"s"
],
[
"S",
"t",
"a",
"t",
"i",
"s",
"t",
"i",
"c",
"s"
],
[
"W",
"o",
"r",
"k",
"i",
"n",
"g",
" ",
"w",
"i",
"t",
"h",
" ",
"R"
],
[
"I",
"/",
"O"
],
[
"S",
"p",
"e",
"c",
"i",
"a",
"l",
" ",
"D",
"a",
"t",
"a"
]
] | Comparing Julia and R’s Vocabularies | Category | http://www.johnmyleswhite.com/notebook/2012/04/09/comparing-julia-and-rs-vocabularies/ | 27/1438042988051.33_20150728002308-00205-ip-10-236-191-2_529457247_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.