get_tempfile {gWidgetsWWW2}R Documentation

Get a temporary file matching the given extension, if given.

Description

This tempfile is stored in a directory that can be served as a static file through gWidgetsWWW2.

Usage

get_tempfile(ext = ".txt")

Arguments

ext

file extension

Examples

f <- get_tempfile(ext=".svg")
get_tempfile_url(f)

[Package gWidgetsWWW2 version 0.4-8 Index]