Description Usage Arguments Value See Also Examples
htruncdf
- Convenience function to view the head of a truncated
dataframe.
truncdf
- Convenience function to view a truncated dataframe.
ltruncdf
- Convenience function to view the head of a list of
truncated dataframes.
qview
- Convenience function to view a summary and head of a dataframe.
lview
- Convenience function to view the list (list view) of qdap
objects that have print methods that print a single dataframe.
1 2 3 4 5 6 7 8 9 |
dataframe |
A data.frame object. |
n |
Number of rows to display. |
width |
The width of the columns to be displayed. |
end |
The last character to be displayed (width). |
begin |
The first character to be displayed (width). |
dat.list |
A list of data.frame objects. |
x |
A class qdap object that is a list which prints as a dataframe. |
print |
logical. If |
... |
Other arguments passed to |
htrundf
- returns n number of rows of a truncated dataframe.
trundf
- returns a truncated dataframe.
ltruncdf
- returns a list of n number of rows of a truncated
dataframes.
qview
- returns a dataframe head with summary statistics.
lview
- prints a list of the qdap object and invisibly returns
the unclassed object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.