|
home_dir()
|
Get the Stencila home directory. |
|
tmp_dir()
|
Get the Stencila temporary directory. |
|
negate()
|
Negate a function |
|
filter()
|
Filter an object |
|
map()
|
Map a function across entries in an object |
|
transform()
|
Create a transformation of a object by recursively
applying a function to it. Could be called deepMap. |
|
reduce()
|
Execute a reducer function on each item in a collection |
|
string_match()
|
Extract regex matches from a string |
|
string_right()
|
Get characters on the right on a string |
|
string_split()
|
Split a string |
|
as_scalar()
|
Declare that a node is scalar |
|
decode()
|
Decode an R value to a Stencila Node |
|
decode_datatable()
|
Decode an R data.frame to a Stencila Datatable |
|
decode_datatable_column()
|
Decode a R vector to a Stencila DatatableColumn |
|
globals
|
Package globals |
|
json
|
Functions for JSON handling |