DataFormat(xlsx)
DataFormat()所属R语言包:xlsx
Create an DataFormat object.
创建一个DataFormat对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create an DataFormat object, useful when working with cell styles.
创建一个DataFormat对象,有用的工作时,单元格样式。
用法----------Usage----------
DataFormat(x)
is.DataFormat(df)
参数----------Arguments----------
参数:x
a character value specifying the data format.
一个字符值,该值指定的数据格式。
参数:df
An DataFormat object, as returned by DataFormat.
一个DataFormat对象,返回的DataFormat。
Details
详细信息----------Details----------
Specifying the dataFormat argument allows you to format the cell. For example, "#,##0.00" corresponds to using a comma separator for powers of 1000 with two decimal places, "m/d/yyyy" can be used to format dates and is the equivalent of R's MM/DD/YYYY format. To format datetimes use "m/d/yyyy h:mm:ss;@". To show negative values in red within parantheses with two decimals and commas after power of 1000 use "#,##0.00_);[Red](#,##0.00)". I am not aware of an official way to discover these strings. I find them out by recording a macro that formats a specific cell and then checking out the resulting VBA code. From there you can read the dataFormat code.
dataFormat指定参数,让您格式的单元格。例如,“#,##0.00”相对应的权力1000使用逗号分隔符,小数点后两位,“M / D /年”,可以用来格式化日期和R的MM / DD相当于/ YYYY格式。要格式化日期时间使用“M / D /年Ĥ:MM:SS; @”。要显示两位小数,逗号后用小括号内负值以红色力量1000使用“#,##0.00_); [红色](#,##0.00)”。我不知道一个正式的方式来发现这些字符串。我发现他们通过录制一个宏,一个特定的单元格的格式,然后检查生成的VBA代码。从那里,你可以阅读dataFormat代码。
值----------Value----------
DataFormat returns a list one component dataFormat, and a class attribute "DataFormat". DataFormat objects are used when constructing cell styles.
DataFormat返回一个列表中的一个组件的数据格式,和一个类属性“的DataFormat”。数据格式构造对象时使用的单元格样式。
is.DataFormat returns TRUE if the argument is of class "DataFormat" and FALSE otherwise.
is.DataFormat返回TRUE,如果参数是类的“数据格式”和FALSE否则。
(作者)----------Author(s)----------
Adrian Dragulescu
参见----------See Also----------
CellStyle for using the a DataFormat object.
CellStyle对象使用一个DataFormat。
实例----------Examples----------
df <- DataFormat("#,##0.00")[,##0.00“)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|