AutoEmail
  autoemail
Description
    Automatically email a file to an address using the perl program.

Usage

    autoemail(eadd, sfile, hnote = "Exam Results")

Arguments


    eadd    Email address

    sfile       file to be sent

    hnote        subject line

Details
    This program will work well in Linux and Mac where Perl is
installed - I am not sure about Win-
    dows. Creates a unix executable file, if perl is present.

Value
    Side Effects.

HOW to use this command after including  library("ProfessR") in R

 autoemail(eadd, sfile, hnote = "Exam Results")

Could you please give me a working example?

with regards
veepsirtt

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to