⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 webdescribe.hlp

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 HLP
字号:
{smcl}
{* 23feb2005}{...}
{cmd:help webdescribe}{right:dialog:  {bf:{dialog webdescribe}} }
{right:also see:  {help undocumented}}
{hline}

{title:Title}

{p2colset 5 21 23 2}{...}
{p2col :{hi:webdescribe} {hline 2}}Describe data over the web{p_end}
{p2colreset}{...}


{title:Syntax}

{phang}
Describe data over the web

{p 8 17 2}
{cmd:webdescribe} {it:filename} [{cmd:,}
 {it:{help webdescribe##webdescribe_options:describe_options}}]


{phang}
Report URL from which data will be described

{p 8 17 2}
{cmd:webdescribe query}

{phang}
Specify URL from which data will be described

{p 8 17 2}
{cmd:webdescribe set} {it:URL}


{phang}
Reset URL to default

{p 8 17 2}
{cmd:webdescribe set}


{synoptset 20 tabbed}{...}
{marker webdescribe_options}{...}
{synopthdr :webdescribe_options}
{synoptline}
{syntab :Main}
{synopt :{opt s:hort}}display only general information{p_end}
{synopt :{opt var:list}}save {cmd:r(varlist)} and {cmd:r(sortlist)} in addition to usual saved results; programmer's option{p_end}
{synoptline}
{p2colreset}{...}


{title:Description}

{pstd}
{cmd:webdescribe} produces a summary of the Stata-format dataset located by
appending {it:filename} to the URL.

{pstd}
When setting {it:URL}, you can specify just the name of the web site,
but it will not produce an error if you prepend {cmd:http://} or if you
append the trailing slash.

{pstd}
Using {cmd:webdescribe set} {it:URL} enables you to describe multiple
datasets from the same URL without having to specify the URL each time.
This is a convenience command that simply calls {helpb describe} with
the appropriate option to describe a file located at URL.  The two
examples below are equivalent.

{pstd}
The name, storage type, display format, value label, and variable label
for each variable along with summary information about the dataset are
displayed by default.


{title:Options}

{dlgtab:Main}

{phang}
{opt short} displays only the summary information about the dataset:
number of observations, number of variables, size, sort order, dataset
label, and the time the file was last saved.

{phang} 
{opt varlist}, an option for programmers, specifies that, in addition to the
usual saved results, {cmd:r(varlist)} and {cmd:r(sortlist)} also be saved.
{cmd:r(varlist)} contains the names of the variables in the dataset.
{cmd:r(sortlist)} contains the names of the variables by which the data
are sorted.


{title:Examples}

    {cmd}. webdescribe census
    . webdescribe cancer, short
    . webdescribe set http://www.mydata.org/
    . webdescribe set www.mydata.org
    . webdescribe query
    . webdescribe set{txt}


{title:Also see}

{psee}
Manual:  {bf:[D] describe}

{psee}
Online:  {helpb describe}, {helpb webuse}
{p_end}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -