Package EasyHTMLReport



Similar documents
Package sendmailr. February 20, 2015

Package retrosheet. April 13, 2015

Package empiricalfdr.deseq2

Package ChannelAttribution

Package gazepath. April 1, 2015

Package TSfame. February 15, 2013

SerialMailer Manual. For SerialMailer 7.2. Copyright Falko Axmann. All rights reserved.

Package httprequest. R topics documented: February 20, 2015

Package uptimerobot. October 22, 2015

Setting up SMTP in Talis Decisions

Package whisker. R topics documented: February 20, 2015

Package HadoopStreaming

Package StockChina. January 30, 2016

MailForm Copyright 2000 Left Side Software Pty Ltd

Package cgdsr. August 27, 2015

Package sjdbc. R topics documented: February 20, 2015

Package missforest. February 20, 2015

Sending on Blue Hornet

twidge Name Synopsis Description Feature List John Goerzen twidge Microblogging client for Twitter, Identica

Basics of Microsoft Outlook/ . Microsoft Outlook

Abila Fundraising Online. Event Registration Guide

Package translater. R topics documented: February 20, Type Package

Add / Update Ticket API using POST XML

PUBLIC. How to Use in SAP Business One. Solutions from SAP. SAP Business One 2005 A SP01

Package pesticides. February 20, 2015

Webmail User Guide. New Outlook Mail Calendar Preferences. New Outlook

Section 1 Spreadsheet Design

Package RIGHT. March 30, 2015

Package Formula. April 7, 2015

Package plan. R topics documented: February 20, 2015

HTML TIPS FOR DESIGNING

Package CRM. R topics documented: February 19, 2015

ing a large amount of recipients

Configuring Security for SMTP Traffic

McAfee Network Threat Response (NTR) 4.0

SMTP-32 Library. Simple Mail Transfer Protocol Dynamic Link Library for Microsoft Windows. Version 5.2

Interspire Website Publisher Developer Documentation. Template Customization Guide

Ad Hoc Reporting. Usage and Customization

s sent to the FaxFinder fax server must meet the following criteria to be processed for sending as a fax:

MICROSOFT OUTLOOK 2010 READ, ORGANIZE, SEND AND RESPONSE S

Coding HTML Tips, Tricks and Best Practices

Web Development I & II*

Internet and Intranet Protocols and Applications

Fax via SMTP. Traitel Telecommunications Pty Ltd 2011 Telephone: (61) (2) Page 1

Going Beyond SAP ITS Mobile Apps to a Responsive Design Mobile Apps. JK (JayaKumar Pedapudi) Principal Consultant NTT DATA, Inc.

Reporting with Pentaho. Gabriele Pozzani

SimplyCast emarketing User Guide

Send TLM. Table of contents

Package hazus. February 20, 2015

SelectSurvey.NET User Manual

Package bigdata. R topics documented: February 19, 2015

Writing reproducible reports

Package xtal. December 29, 2015

smtplib SMTP protocol client

Package pdfetch. R topics documented: July 19, 2015

Working with the new enudge responsive styles

Creating Accessible Word Forms. Contents. Introduction

Portals and Hosted Files

TIBCO Spotfire Automation Services 6.5. User s Manual

LETTERS, LABELS &

Using Your New Webmail

Course Descriptions for Focused Learning Classes

Package tablaxlsx. R topics documented: June 9, 2016

ORACLE BUSINESS INTELLIGENCE WORKSHOP

Package LexisPlotR. R topics documented: April 4, Type Package

Using Your New Webmail

customer community Getting started Visual Editor Guide!

Self-Service Portal Implementation Guide

Package erp.easy. September 26, 2015

POP3 Connector for Exchange - Configuration

Package MBA. February 19, Index 7. Canopy LIDAR data

DNS (Domain Name System) is the system & protocol that translates domain names to IP addresses.

Web Design Basics. Cindy Royal, Ph.D. Associate Professor Texas State University

Lecture 2. Internet: who talks with whom?

LearningServer Portal Manager

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Smartphones and tablets: If you have a data plan, use the SMTP server setting for the company that provides this service.

versasrs HelpDesk quality of service

PolyU Staff Service. Mailing List Management. User Guide

Inserting the Form Field In Dreamweaver 4, open a new or existing page. From the Insert menu choose Form.

CST 150 Web Design I CSS Review - In-Class Lab

Package tagcloud. R topics documented: July 3, 2015

PASTPERFECT-ONLINE DESIGN GUIDE

Package obs.agree. February 20, 2015

Work with the MiniBase App

Mastering the JangoMail Messages Tool

Package Rdsm. February 19, 2015

RoboMail Mass Mail Software

Magento 1.4 Themes Design

Stores copies of items you sent to others, by default. Stores items created offline that you want to send the next time you are online

SAPScript. A Standard Text is a like our normal documents. In Standard Text, you can create standard documents like letters, articles etc

Lisa Sabin-Wilson WILEY. Wiley Publishing, Inc.

Using Adobe Dreamweaver CS4 (10.0)

JAVAMAIL API - SMTP SERVERS

Package treemap. February 15, 2013

Basic tutorial for Dreamweaver CS5

RIT Message Center Compose and Send Messages

1. Seam Mail Introduction 2. Configuration 3. Core Usage 4. Templating 5. Advanced Features

Package CoImp. February 19, 2015

Motivation retaining redisplaying

Transcription:

Type Package Title EasyHTMLReport Version 0.1.1 Date 2013-08-13 Package EasyHTMLReport Author Yohei Sato <yohei0511@gmail.com> Maintainer Yohei Sato <yohei0511@gmail.com> February 19, 2015 It is a package that can be used to send HTML reports easily. License GPL-2 Depends base64enc,markdown,knitr(>= 0.7), Imports ggplot2,scales,xtable,reshape2 NeedsCompilation no Repository CRAN Date/Publication 2013-08-13 07:04:46 R topics documented: EasyHTMLReport-package................................. 1 easyhtmlreport....................................... 2 sendmailex......................................... 3 simplehtmlreport...................................... 4 Index 7 EasyHTMLReport-package Easy HTML-Mail Report Details It is a package that can be used to send HTML reports easily. 1

2 easyhtmlreport Package: EasyHTMLReport Type: Package Version: 0.1.0 Date: 2013-08-11 License: GPL-2 Author(s) Yohei Sato <yohei0511@gmail.com> rmd.file <- "sample.rmd" mail.from <- "yokkuns@tkul.jp" mail.to <- "yokkuns@tkul.jp" mail.subject <- "Easy HTML Report" easyhtmlreport(rmd.file,mail.from,mail.to,mail.subject) easyhtmlreport Easy to send HTML reports. Send HTML mail from Rmd file Usage easyhtmlreport(rmd.file, from, to, subject, headers = list(), control = list(), markdown.options = c("hard_wrap", "use_xhtml", "smartypants"), stylesheet = "",echo.disable=true,is.debug=f) Arguments rmd.file from to subject headers control R Markdown file. mail from. mail to. mail subject. mail headers. mail control.

sendmailex 3 markdown.options markdowntohtml options. stylesheet echo.disable is.debug stylesheet file. if echo.disable=true, to set the "echo=false" and "message=false" if is.debug==true, Do not send mail. Value None Author(s) Yohei Sato See Also sendmailr::sendmail,markdown::markdowntohtml rmd.file <- "sample.rmd" mail.from <- "yokkuns@tkul.jp" mail.to <- "yokkuns@tkul.jp" mail.subject <- "Easy HTML Report" easyhtmlreport(rmd.file,mail.from,mail.to,mail.subject) sendmailex Extended version sendmailr::sendmail It is a function that extends the sendmailr :: sendmail. It is to be able to and can set the "content type" to "header" and send it to multiple destinations. Usage sendmailex(from, to, subject, msg, headers = list(), control = list(),is.debug=f)

4 simplehtmlreport Arguments from to subject msg headers control is.debug From whom the mail message is (RFC2822 style address). Recipient of the message (valid RFC2822 style address). Subject line of message. Body text of message or a list containing sendmailr::mime_part objects. Any other headers to include. List of SMTP server settings. Valid values are the possible options for sendmailr::sendmail_options. debug flag. If TRUE, not send mail. from <- sprintf("<sendmailr@\\%s>", Sys.info()[4]) to <- "<olafm@datensplitter.net>" subject <- "Hello from R" body <- list("it works!", mime_part(iris)) sendmail(from, to, subject, body, control=list(smtpserver="aspmx.l.google.com")) simplehtmlreport simple html report Usage send a simple email report from data.frame simplehtmlreport(report.name, mail.from, mail.to, subject, report.data, rmd.header=simplermdheader,rmd.footer=simplermdfooter) Arguments report.name mail.from mail.to subject report.data rmd.header rmd.footer report name mail from mail to mail subject report data list. Generating function in the header of the Rmd Generating function in the footer of the Rmd

simplehtmlreport 5 Details Value report.data can specify the following: data data.frame id Column name that is the ID. default is id variable Column name that is the variable. default is variable value Column name that is the value. default is value graph.text Text to be inserted just before the graph. default is "Graph:" fig.width figure width. default is 8 fig.height figure height. default is 4 position graph position. graph.rmd.func Generating function in the graph of the Rmd. default is simplermdgraphdate- Line table.text Text to be inserted just before the table. default is "Table:" table.rmd.func Generating function in the graph of the Rmd. default is simplermdxtabletail None A <- data.frame(id=c("2013-08-01","2013-08-02","2013-08-03", "2013-08-04","2013-08-05"), variable="a", value=c(100,123,130,125,140)) B <- data.frame(id=c("2013-08-01","2013-08-02","2013-08-03", "2013-08-04","2013-08-05"), variable="b", value=c(90,100,120,140,110)) C <- data.frame(id=c("2013-08-01","2013-08-02","2013-08-03", "2013-08-04","2013-08-05"), variable="c", value=c(150,130,150,160,150)) data1 <- rbind(a,b,c) set.seed(2) data2 <- data1 data2$value <- data2$value*100 + rnorm(nrow(data2),0,100) set.seed(4) data3 <- data1 data3$value <- data2$value*100 + rnorm(nrow(data2),0,50) simplehtmlreport("simple HTML Report", "yokkuns@localhost",

6 simplehtmlreport "yohei0511@gmail.com", "simplehtmlreport Test", report.data=list( "Report1" = list(data=data1), "Report2" = list(data=data2), "Report3" = list(data=data3) ))

Index Topic package EasyHTMLReport-package, 1 EasyHTMLReport (EasyHTMLReport-package), 1 easyhtmlreport, 2 EasyHTMLReport-package, 1 sendmailex, 3 simplehtmlreport, 4 7