get_example_path | R Documentation |
get_example_path()
takes a file or folder name that is expected to be
located under the TCRconvertR
examples
directory and gets the full path
to that item.
get_example_path(file_name)
file_name |
A string, the name of the example file or directory. |
A string, the path to example file or directory.
# Will probably be in a temp folder for the function example
get_example_path("tenx.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.