gtrack.create_dirs | R Documentation |
This function creates the directories needed for track creation. For example, if the track name is 'proj.sample.my_track', this function creates the directories 'proj' and 'sample'. Use this function with caution - a long track name may create a deep directory structure.
gtrack.create_dirs(track, mode = "0777")
track |
name of the track |
mode |
see 'dir.create' |
None.
gdb.init_examples()
# This creates the directories 'proj' and 'sample'
gtrack.create_dirs("proj.sample.my_track")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.