-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathinstall.SWFTools.Rd
More file actions
44 lines (41 loc) · 1.17 KB
/
Copy pathinstall.SWFTools.Rd
File metadata and controls
44 lines (41 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
% Generated by roxygen2 (4.0.2): do not edit by hand
\name{install.SWFTools}
\alias{install.SWFTools}
\alias{install.swftools}
\title{Downloads and installs SWFTools for windows}
\usage{
install.SWFTools(page_with_download_url = "http://swftools.org/download.html",
...)
}
\arguments{
\item{page_with_download_url}{the URL of the SWFTools
download page.}
\item{...}{extra parameters to pass to
\link{install.URL}}
}
\value{
TRUE/FALSE - was the installation successful or not.
}
\description{
Allows the user to downloads and install the latest version
of SWFTools for Windows.
}
\details{
SWFTools is a collection of utilities for working with
Adobe Flash files (SWF files). The tool collection includes
programs for reading SWF files, combining them, and
creating them from other content (like images, sound files,
videos or sourcecode). SWFTools is released under the GPL.
This function downloads current releases and NOT the
Development Snapshots. This function is useful for
saveSWF() in the {animation} package.
}
\examples{
\dontrun{
install.SWFTools() # installs the latest version of SWFTools
}
}
\references{
\itemize{ \item SWFTools homepage:
\url{http://swftools.org/} }
}