View source: R/get_basename_vis.R
| get_basename_vis | R Documentation | 
This function determines the basename of either a file/URL path or an 'nc' object (using nc$filename).
get_basename_vis(infile, nc = NULL)
| infile | Filename of input NetCDF file. This may include the directory (character). | 
| nc | Alternatively to  | 
When the origin of the file path is a local .nc file then
get_basename_vis() is equivalent to base::basename().
get_basename_vis() also handles the case of infile/nc
originating from a URL.
The value of get_basename_vis() always ends in ".nc".
If both infile and nc are specified, infile is ignored.
A character string giving the basename.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.